Lines Matching refs:tries
1176 also available via the `tries` and `failures` attributes:
1178 >>> runner.tries
1228 self.tries = 0
1304 # Keep track of the number of failures and tries.
1305 failures = tries = 0
1337 tries += 1
1415 # Record and return the number of failures and tries.
1416 self.__record_outcome(test, failures, tries)
1417 return TestResults(failures, tries)
1427 self.tries += t
1981 return TestResults(runner.failures, runner.tries)
2104 return TestResults(runner.failures, runner.tries)
2216 failures, tries = runner.run(