Home | History | Annotate | Download | only in test

Lines Matching refs:NOTTESTS

427     nottests = NOTTESTS.copy()
432 nottests.add(arg)
446 alltests = findtests(testdir, stdtests, nottests)
709 NOTTESTS = {
715 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
720 others = set(stdtests) | nottests