summaryrefslogtreecommitdiff
path: root/lib/testresources/tests/test_optimising_test_suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testresources/tests/test_optimising_test_suite.py')
-rw-r--r--lib/testresources/tests/test_optimising_test_suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/testresources/tests/test_optimising_test_suite.py b/lib/testresources/tests/test_optimising_test_suite.py
index 0446d36..4176bf7 100644
--- a/lib/testresources/tests/test_optimising_test_suite.py
+++ b/lib/testresources/tests/test_optimising_test_suite.py
@@ -414,7 +414,7 @@ class TestCostGraph(testtools.TestCase):
class TestGraphStuff(testtools.TestCase):
def setUp(self):
-
+ testtools.TestCase.setUp(self)
class MockTest(unittest.TestCase):
def __repr__(self):
"""The representation is the tests name.