summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/subunit/tests/test_run.py')
-rw-r--r--python/subunit/tests/test_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/tests/test_run.py b/python/subunit/tests/test_run.py
index 3339a82..cdf7094 100644
--- a/python/subunit/tests/test_run.py
+++ b/python/subunit/tests/test_run.py
@@ -70,7 +70,7 @@ class TestSubunitTestRunner(TestCase):
runner = SubunitTestRunner(stream=bytestream)
def list_test(test):
return [], []
- class Loader(object):
+ class Loader:
errors = ['failed import']
loader = Loader()
self.patch(run, 'list_test', list_test)