diff --git a/changelog/3788.bugfix.rst b/changelog/3788.bugfix.rst index d1bf68ba5..aa391e28b 100644 --- a/changelog/3788.bugfix.rst +++ b/changelog/3788.bugfix.rst @@ -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__``.