From 3c8e9cca296f81caf1c4a3816d7e1f9616f8d0dd Mon Sep 17 00:00:00 2001 From: Danny Sepler Date: Mon, 27 Dec 2021 18:05:29 -0500 Subject: [PATCH] release 1.2.0 --- CHANGELOG.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796e568..30e70b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/setup.cfg b/setup.cfg index df4e26b..15920d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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