Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
Druntest.py155 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
160 others = set(stdtests) | nottests
Dmain.py235 nottests = NOTTESTS.copy()
240 nottests.add(arg)
248 alltests = findtests(self.ns.testdir, stdtests, nottests)