Home | History | Annotate | Download | only in test

Lines Matching refs:testdir

229 def main(tests=None, testdir=None, verbose=0, quiet=False,
241 testdir -- the directory in which to look for tests (optional)
244 specify testdir; if it's omitted, the directory containing the
433 alltests = findtests(testdir, stdtests, nottests)
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 testdir = findtestdir(testdir)
687 names = os.listdir(testdir)