OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_tests
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython3/Lib/test/libregrtest/
cmdline.py
208
dest='
match_tests
', action='append',
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())
runtest.py
111
support.set_match_tests(ns.
match_tests
)
main.py
276
support.set_match_tests(self.ns.
match_tests
)
/external/python/cpython2/Lib/test/
regrtest.py
341
header=False, pgo=False, failfast=False,
match_tests
=None):
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
,
[
all
...]
/external/python/cpython3/Lib/test/
test_regrtest.py
163
self.assertEqual(ns.
match_tests
, ['pattern'])
168
self.assertEqual(ns.
match_tests
, ['pattern1', 'pattern2'])
178
self.assertEqual(ns.
match_tests
,
[
all
...]
Completed in 200 milliseconds