diff --git a/test/test_importer.py b/test/test_importer.py index d71a8def2..0ffa9aaf3 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -1535,8 +1535,8 @@ class ImportPretendTest(_common.TestCase, ImportHelper): """ Test the pretend commandline option """ - def __init__(self): - super(ImportPretendTest, self).__init__() + def __init__(self, method_name='runTest'): + super(ImportPretendTest, self).__init__(method_name) self.matcher = None def setUp(self):