mirror of https://github.com/python/cpython
add space
This commit is contained in:
parent
f9e7d5421a
commit
aed6c4556c
|
@ -7,7 +7,7 @@ from test.test_support import run_unittest
|
|||
def suite():
|
||||
tests = unittest.TestSuite()
|
||||
loader = unittest.TestLoader()
|
||||
for m in (test_fixers,test_pytree,test_util, test_refactor):
|
||||
for m in (test_fixers, test_pytree,test_util, test_refactor):
|
||||
tests.addTests(loader.loadTestsFromModule(m))
|
||||
return tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue