The last commit broke the tests. Repaired...

This commit is contained in:
Malte Ried 2014-12-21 21:52:09 +01:00
parent 440fe9a2ea
commit 5f67f3ae51

View file

@ -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):