Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Dec 27, 2021
1 parent e81babc commit 3c8e9cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased]

## [1.2.0] - December 27th 2021

- `--with-count-equal` optional argument to rewrite `assertCountEqual`
- Rewrite `delta=` in `assertAlmostEqual`

## [1.1.0] - October 1st 2021

- Feature: Rewrites `self.assertEqual(a, None)` to `assert a is None` rather than `assert a == None`
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytestify
version = 1.1.0
version = 1.2.0
description = Automatically convert unittests to pytest
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 3c8e9cc

Please sign in to comment.