Home | History | Annotate | Download | only in test

Lines Matching refs:stdtests

414     stdtests = STDTESTS[:]
418 if arg in stdtests:
419 stdtests.remove(arg)
433 alltests = findtests(testdir, stdtests, nottests)
666 STDTESTS = [
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
694 return stdtests + sorted(tests)