diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-06-23 08:27:47 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-06-23 08:27:47 (GMT) |
commit | be4fb692010db30a0818748153dfa1f3c21eaa7c (patch) | |
tree | 40c7646e56334150139e0cfe5cf6201198fda8e6 /Lib/test | |
parent | dc00f1eba01fb51f655644c2900adb3fca3de1dd (diff) | |
download | cpython-be4fb692010db30a0818748153dfa1f3c21eaa7c.zip cpython-be4fb692010db30a0818748153dfa1f3c21eaa7c.tar.gz cpython-be4fb692010db30a0818748153dfa1f3c21eaa7c.tar.bz2 |
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
Diffstat (limited to 'Lib/test')
-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 cbe6d80..564b747 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(): |