mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
(see issue 13125).
This commit is contained in:
commit
146177503c
2 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,7 @@ from test.support import run_unittest
|
|||
def suite():
|
||||
tests = unittest.TestSuite()
|
||||
loader = unittest.TestLoader()
|
||||
for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
|
||||
for m in (test_fixers, test_pytree, test_util, test_refactor, test_parser,
|
||||
test_main_):
|
||||
tests.addTests(loader.loadTestsFromModule(m))
|
||||
return tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue