Commit 953b3702 authored by Mark Dickinson's avatar Mark Dickinson

Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.

parent 25f9af9d
......@@ -122,6 +122,11 @@ class Gprof2htmlTests(unittest.TestCase):
self.assertTrue(wmock.open.called)
# Run the tests in Tools/parser/test_unparse.py
with support.DirsOnSysPath(os.path.join(basepath, 'parser')):
from test_unparse import UnparseTestCase, DirectoryTestCase
def test_main():
support.run_unittest(*[obj for obj in globals().values()
if isinstance(obj, type)])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment