Searched refs:set_match_tests (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
D | test_support.py | 567 support.set_match_tests([]) 572 support.set_match_tests(None, None) 577 support.set_match_tests([test_access.id()], None) 582 support.set_match_tests(['test_os'], None) 587 support.set_match_tests(['test_*'], None) 592 support.set_match_tests(['filetests'], None) 594 support.set_match_tests(['FileTests'], None) 598 support.set_match_tests(['*test_os.*.test_*'], None) 603 support.set_match_tests([test_access.id(), test_chdir.id()], None) 607 support.set_match_tests(['test_access', 'DONTMATCH'], None) [all …]
|
/third_party/python/Lib/test/libregrtest/ |
D | runtest.py | 188 support.set_match_tests(ns.match_tests, ns.ignore_tests)
|
D | main.py | 292 support.set_match_tests(self.ns.match_tests, self.ns.ignore_tests)
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1029 def set_match_tests(accept_patterns=None, ignore_patterns=None): function
|
/third_party/python/Doc/library/ |
D | test.rst | 448 Match *test* to patterns set in :func:`set_match_tests`. 451 .. function:: set_match_tests(patterns)
|