Improve CHANGELOG a bit

This commit is contained in:
Bruno Oliveira 2018-08-08 21:24:14 -03:00 committed by GitHub
parent 051db6a33d
commit 74d9f56d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Fix AttributeError bug in TestCaseFunction.teardown by creating TestCaseFunction._testcase as attribute of class with a None default.
Fix ``AttributeError`` during teardown of ``TestCase`` subclasses which raise an exception during ``__init__``.