summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_lib2to3.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-10-07 19:26:54 (GMT)
committerBarry Warsaw <barry@python.org>2011-10-07 19:26:54 (GMT)
commit146177503c17c1c2b40a655a9af2b87e4746364c (patch)
tree86078f954b27b9d60be3c3b5d6a25c3ebd9b79f2 /Lib/test/test_lib2to3.py
parent35d18782fbb5aacf524e2d0c253b4cc2f0e1ca93 (diff)
parentde8c723ddd7306493f0322c728e8abad996fde3f (diff)
downloadcpython-146177503c17c1c2b40a655a9af2b87e4746364c.zip
cpython-146177503c17c1c2b40a655a9af2b87e4746364c.tar.gz
cpython-146177503c17c1c2b40a655a9af2b87e4746364c.tar.bz2
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
(see issue 13125).
Diffstat (limited to 'Lib/test/test_lib2to3.py')
-rw-r--r--Lib/test/test_lib2to3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_lib2to3.py b/Lib/test/test_lib2to3.py
index 24b2da6..df4c37b 100644
--- a/Lib/test/test_lib2to3.py
+++ b/Lib/test/test_lib2to3.py
@@ -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