Lines Matching refs:test
68 -a <dir> Archive failed test cases to <dir>/$pid/$testcasename
72 -f Show fail/error information even when test is expected to fail
84 -z <port> Lowest port the test suite should use
101 # These warnings only happen in the test suite when importing
239 if name.startswith("test"):
289 # Make sure it's a test case
298 # Make sure its a test method
301 # Skip some test cases for Python 3.
311 # it doesn't match the test pattern
340 for test in c.tests:
344 test.methodName)
375 # root, if a true test run was performed. Make the files owned
376 # by the owner of the test directory, so they can be easily
451 # This is primarily of interest to developers altering the test suite,
463 testlogfd, testlogpath = tempfile.mkstemp(suffix='.pkg-test.log')
489 "Please ensure it's in your path before running the test " \
493 # Run the python test suites
557 # root, if a true test run was performed. Make the files owned
558 # by the owner of the test directory, so they can be easily