From 74d9f56d0f254f63468a3e53f1691e591d2e4c75 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 8 Aug 2018 21:24:14 -0300 Subject: [PATCH] Improve CHANGELOG a bit --- changelog/3788.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__``.