Lines Matching refs:tests
15 %(prog)s test_module - run tests from test_module
16 %(prog)s module.TestClass - run tests from module.TestClass
18 %(prog)s path/to/test_file.py - run tests from test_file.py
23 %(prog)s - run default set of tests
57 """A command-line program that runs a set of tests; this is primarily
130 if not self.tests:
138 if self.tests:
139 self.testNames = _convert_names(self.tests)
144 # createTests will load tests from self.module
194 help='Buffer stdout and stderr during tests')
199 help='Only run tests which match the given substring')
209 parser.add_argument('tests', nargs='*',
225 help="Pattern to match tests ('test*.py' default)")