Home | History | Annotate | Download | only in test

Lines Matching refs:testdir

239 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 testdir -- the directory in which to look for tests (optional)
254 specify testdir; if it's omitted, the directory containing the
446 alltests = findtests(testdir, stdtests, nottests)
715 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
717 testdir = findtestdir(testdir)
718 names = os.listdir(testdir)