(original) (raw)
changeset: 76828:dbfacec7e368 parent: 76826:d6324941b739 user: Mark Dickinson mdickinson@enthought.com date: Mon May 07 22:36:43 2012 +0100 files: Lib/test/test_tools.py description: Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. diff -r d6324941b739 -r dbfacec7e368 Lib/test/test_tools.py --- a/Lib/test/test_tools.py Mon May 07 21:41:59 2012 +0200 +++ b/Lib/test/test_tools.py Mon May 07 22:36:43 2012 +0100 @@ -124,7 +124,7 @@ # Run the tests in Tools/parser/test_unparse.py with support.DirsOnSysPath(os.path.join(basepath, 'parser')): - from test_unparse import UnparseTestCase, DirectoryTestCase + from test_unparse import UnparseTestCase def test_main(): /mdickinson@enthought.com