Searched refs:tests (Results 1 - 3 of 3) sorted by relevance

/pkg/src/
H A DMakefile88 $(PEP8) --statistics --count `cat tests/pep8-whitelist.txt`
103 $(PYTHON27) tests/run.py -j ${JOBS} -v
104 $(PYTHON34) tests/run.py -j ${JOBS} -v
/pkg/src/tests/
H A Drun.py76 -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 actuall
[all...]
H A Dpkg5unittest.py118 This is a framework-internal exception that tests should not
227 # Ensure logger messages output by unit tests are redirected
643 # Setting this here should ensure that tests will make temp
1034 # tests would need to be changed if we ever changed our size
1035 # measurement and other tests should be ensuring that the number
1458 """Python 2.7 adds formal support for skipped tests in unittest
1576 # Set up the test so that it plays nicely with tests
1581 outq.put(("START", find_names(test_suite.tests[0]), i),
1605 ("RESULT", find_names(test_suite.tests[0]), i, otw),
1783 """Given the running and unfinished tests, estimat
2259 def tests(self): member in class:Pkg5TestSuite
[all...]

Completed in 29 milliseconds