Lines Matching refs:tests
76 -l Run tests against live system
77 -o <regexp> Run only tests that match regexp
80 -s <regexp> Run tests starting at regexp
185 print("Running tests on live system.")
256 _vprint("# Loading {0} tests:\n".format(testdir))
336 if not c.tests:
338 mod, c_name = pkg5unittest.find_names(c.tests[0])
340 for test in c.tests:
423 " Some tests may fail.", file=sys.stderr)
427 # One of the tests actually calls unlink() on a directory,
473 # Set up coverage for cli tests
524 # Stop and save coverage data for API tests, and combine coverage data