Home
last modified time | relevance | path

Searched refs:match_tests (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dregrtest.py341 header=False, pgo=False, failfast=False, match_tests=None): argument
416 if match_tests is None:
417 match_tests = []
418 match_tests.append(a)
420 if match_tests is None:
421 match_tests = []
425 match_tests.append(line.strip())
621 list_cases(testdir, selected, match_tests)
730 match_tests=match_tests,
873 match_tests=match_tests,
[all …]
/external/python/cpython3/Lib/test/libregrtest/
Dcmdline.py315 header=False, failfast=False, match_tests=None, pgo=False)
385 if ns.match_tests is None:
386 ns.match_tests = []
389 ns.match_tests.append(line.strip())
Druntest.py111 support.set_match_tests(ns.match_tests)
Dmain.py276 support.set_match_tests(self.ns.match_tests)
/external/python/cpython3/Lib/test/
Dtest_regrtest.py163 self.assertEqual(ns.match_tests, ['pattern'])
168 self.assertEqual(ns.match_tests, ['pattern1', 'pattern2'])
178 self.assertEqual(ns.match_tests,
/external/python/cpython3/Doc/library/
Dtracemalloc.rst168 match_tests=ns.match_tests)