Home | History | Annotate | Download | only in python2.7

Lines Matching refs:totalf

1457         totalt = totalf = 0
1462 totalf += f
1488 print totalt - totalf, "passed and", totalf, "failed."
1489 if totalf:
1490 print "***Test Failed***", totalf, "failures."
1493 return TestResults(totalf, totalt)