Searched refs:match_tests (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 341 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/ |
D | cmdline.py | 315 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())
|
D | runtest.py | 111 support.set_match_tests(ns.match_tests)
|
D | main.py | 276 support.set_match_tests(self.ns.match_tests)
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 163 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/ |
D | tracemalloc.rst | 168 match_tests=ns.match_tests)
|