Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.

This commit is contained in:
Mark Dickinson 2012-06-23 09:27:47 +01:00
parent dc00f1eba0
commit be4fb69201
2 changed files with 7 additions and 1 deletions

View file

@ -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():