From: Barry Warsaw Date: Fri, 7 Oct 2011 19:26:54 +0000 (-0400) Subject: - Re-enable lib2to3's test_parser.py tests, though with an expected failure X-Git-Tag: v3.3.0a1~1251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=146177503c17c1c2b40a655a9af2b87e4746364c;p=thirdparty%2FPython%2Fcpython.git - Re-enable lib2to3's test_parser.py tests, though with an expected failure (see issue 13125). --- 146177503c17c1c2b40a655a9af2b87e4746364c diff --cc Lib/test/test_lib2to3.py index 24b2da65c3a2,1afaf70ffa49..df4c37b2418d --- a/Lib/test/test_lib2to3.py +++ b/Lib/test/test_lib2to3.py @@@ -9,8 -9,8 +9,8 @@@ from test.support import run_unittes 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_): ++ for m in (test_fixers, test_pytree, test_util, test_refactor, test_parser, + test_main_): tests.addTests(loader.loadTestsFromModule(m)) return tests