Home | History | Annotate | Download | only in test

Lines Matching full:regrtest

6 python -m test.regrtest [options] [test_name1 [test_name2 ...]]
7 python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]
17 python -E -tt -Wd -3 -m test.regrtest [options] [test_name1 ...]
68 -s On the first invocation of regrtest using -s, the first test file found
500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
631 print "Ask someone to teach regrtest.py about which tests are"