summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/utilities.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utilities.py b/tests/utilities.py
index 26aa891e..240a42b9 100644
--- a/tests/utilities.py
+++ b/tests/utilities.py
@@ -93,6 +93,7 @@ class TestCaseClassCleanup(unittest.TestCase):
@classmethod
def doClassCleanups(cls): # pylint: disable=invalid-name
+ cls.tearDown_exceptions = []
while cls.__stack:
func, args, kwargs = cls.__stack.pop()