Home | History | Annotate | Download | only in test

Lines Matching refs:stdtests

413     stdtests = STDTESTS[:]

417 if arg in stdtests:
418 stdtests.remove(arg)
432 alltests = findtests(testdir, stdtests, nottests)
663 STDTESTS = [
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 others = set(stdtests) | nottests
691 return stdtests + sorted(tests)