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

Lines Matching full:totalt

1457         totalt = totalf = 0
1461 totalt += t
1487 print totalt, "tests in", len(self._name2ft), "items."
1488 print totalt - totalf, "passed and", totalf, "failed."
1493 return TestResults(totalf, totalt)