Home | History | Annotate | Download | only in test

Lines Matching refs:NOTTESTS

415     nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests