diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-06-23 09:27:47 +0100 |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-06-23 09:27:47 +0100 |
commit | be4fb692010db30a0818748153dfa1f3c21eaa7c (patch) | |
tree | 40c7646e56334150139e0cfe5cf6201198fda8e6 /Lib/test/test_tools.py | |
parent | dc00f1eba01fb51f655644c2900adb3fca3de1dd (diff) | |
download | cpython-git-be4fb692010db30a0818748153dfa1f3c21eaa7c.tar.gz |
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
Diffstat (limited to 'Lib/test/test_tools.py')
-rw-r--r-- | Lib/test/test_tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tools.py b/Lib/test/test_tools.py index cbe6d80d49..564b747b95 100644 --- a/Lib/test/test_tools.py +++ b/Lib/test/test_tools.py @@ -127,6 +127,7 @@ class Gprof2htmlTests(unittest.TestCase): # 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(): |