Lines Matching full:tries
1113 also available via the `tries` and `failures` attributes:
1115 >>> runner.tries
1165 self.tries = 0
1241 # Keep track of the number of failures and tries.
1242 failures = tries = 0
1274 tries += 1
1351 # Record and return the number of failures and tries.
1352 self.__record_outcome(test, failures, tries)
1353 return TestResults(failures, tries)
1363 self.tries += t
1896 return TestResults(runner.failures, runner.tries)
2021 return TestResults(runner.failures, runner.tries)
2195 failures, tries = runner.run(