Searched refs:total_tests (Results 1 – 4 of 4) sorted by relevance
16 self.total_tests = 041 self.total_tests += tests63 … TESTS {failures} TOTAL FAILURES {ignored} IGNORED\n".format(total_tests = self.total_tests, failu…
4 def create_display(opts, tests, total_tests, workers): argument9 of_total = (' of %d' % total_tests) if (num_tests != total_tests) else ''
3930 int total_tests = 0; in PrintXmlTestsList() local3932 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()3935 StreamableToString(total_tests)); in PrintXmlTestsList()4320 int total_tests = 0; in PrintJsonTestList() local4322 total_tests += test_suite->total_test_count(); in PrintJsonTestList()4324 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent); in PrintJsonTestList()
977 total_tests=$(sed -n 's/^Ran \([0-9]*\) tests.*$/\1/p' $TMP)984 tot_tests=$((tot_tests + $total_tests))