Lines Matching defs:run
3 run(*tests)
4 Create a master Tk window. Within that, run each callable in tests
6 run an htest for each spec dict in this file after finding the matching
26 from idlelib.idle_test.htest import run
27 run(X)
45 To run any X, this file must contain a matching instance of the
47 When all tests are run, the prefix is use to get X.
55 file (no .py): run() imports file.py.
134 "and [Cancel] to revert all changes.\nRe-run the test to ensure "
372 def run(*tests):
445 run()