Home
last modified time | relevance | path

Searched refs:nottests (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/libregrtest/
Druntest.py63 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
68 others = set(stdtests) | nottests
Dmain.py219 nottests = NOTTESTS.copy()
224 nottests.add(arg)
232 alltests = findtests(self.ns.testdir, stdtests, nottests)
/external/python/cpython2/Lib/test/
Dregrtest.py591 nottests = NOTTESTS.copy()
596 nottests.add(arg)
603 nottests.add('test_io')
606 alltests = findtests(testdir, stdtests, nottests)
1078 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
1083 others = set(stdtests) | nottests