Lines Matching refs:tests
41 parser.add_option("--tests-count", default=5, type="int",
42 help="Number of tests to generate from each base test. "
45 "When --combine-tests is set it indicates how many "
46 "tests to create in total")
86 # Combine multiple tests
87 parser.add_option("--combine-tests", default=False, action="store_true",
88 help="Combine multiple tests as one and run with "
91 help="Maximum number of tests to combine")
93 help="Minimum number of tests to combine")
149 def _do_execute(self, tests, args, options):
150 loader = LoadProc(tests)
158 tests.test_count_estimate, options)
164 # different random seeds for shards instead of splitting tests.
183 # This starts up worker processes and blocks until all tests are
190 print('>>> %d tests ran' % results.total)