commit | be4fb692010db30a0818748153dfa1f3c21eaa7c | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 23 09:27:47 2012 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 23 09:27:47 2012 +0100 |
tree | 40c7646e56334150139e0cfe5cf6201198fda8e6 | |
parent | dc00f1eba01fb51f655644c2900adb3fca3de1dd [diff] [blame] |
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
diff --git a/Lib/test/test_tools.py b/Lib/test/test_tools.py index cbe6d80..564b747 100644 --- a/Lib/test/test_tools.py +++ b/Lib/test/test_tools.py
@@ -127,6 +127,7 @@ # Run the tests in Tools/parser/test_unparse.py with support.DirsOnSysPath(os.path.join(basepath, 'parser')): from test_unparse import UnparseTestCase + from test_unparse import DirectoryTestCase def test_main():