Lines Matching refs:total_tests

536         total_tests = 0
659 total_tests = total_tests + 1
679 total_tests = total_tests + 1
683 return total_tests, passed_tests
1162 def update_totals(self, total_tests, total_passed, num_tests, num_passed): argument
1163 return total_tests + num_tests, total_passed + num_passed
1172 total_tests = 0
1176total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1178total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1180total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1182total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1184total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1186total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1188total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1190total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1192total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1194total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1196total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1198total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1200total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1202total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1204total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1206total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1208total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1210total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1212total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1214total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1217total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1220total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1223total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1226total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1229total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1232total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1235total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1238total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1241total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1244total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1247total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1250total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1253total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1256total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1259total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1262total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1265total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1268total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1271total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1274total_tests, total_passed = self.update_totals(total_tests, total_passed, num_tests, num_passed)
1276 if total_tests == 0 and total_passed == 0:
1280 print ("Total Number of Tests: " + str(total_tests), file=open(file_name + '.txt', 'a'))
1282 …print ("Percentage Passed: " + str(float(total_passed)/float(total_tests)*100) + "%", file=open(fi…
1330 total_tests = 0
1382 total_tests = total_tests + 1
1407 return total_tests, passed_tests