mirror of
https://github.com/python/cpython.git
synced 2025-07-15 15:25:29 +00:00
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
This commit is contained in:
parent
dc00f1eba0
commit
be4fb69201
2 changed files with 7 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue