From be4fb692010db30a0818748153dfa1f3c21eaa7c Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 23 Jun 2012 09:27:47 +0100 Subject: Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. --- Lib/test/test_tools.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_tools.py') 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(): -- cgit v1.2.1