Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dregrtest.py427 nottests = NOTTESTS.copy()
432 nottests.add(arg)
446 alltests = findtests(testdir, stdtests, nottests)
715 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS): argument
720 others = set(stdtests) | nottests