Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/libregrtest/
Druntest.py97 support.match_tests = ns.match_tests
Dcmdline.py284 header=False, failfast=False, match_tests=None, pgo=False)
Dmain.py248 self.ns.match_tests = None
/external/python/cpython3/Lib/test/support/
D__init__.py284 match_tests = None variable
1916 if match_tests is None:
1919 if fnmatch.fnmatchcase(name, match_tests):
/external/python/cpython3/Doc/library/
Dtracemalloc.rst168 match_tests=ns.match_tests)
/external/python/cpython3/Lib/test/
Dtest_regrtest.py159 self.assertEqual(ns.match_tests, 'pattern')