Home | History | Annotate | Download | only in test

Lines Matching refs:fromfile

37 -f/--fromfile   -- read names of tests to run from a file (see below)
230 exclude=False, single=False, randomize=False, fromfile=None,
262 'exclude', 'single', 'slow', 'randomize', 'fromfile=', 'findleaks',
296 elif o in ('-f', '--fromfile'):
297 fromfile = a
364 if single and fromfile:
401 if fromfile:
403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))