Lines Matching refs:passed
1165 4 items passed all tests:
1171 7 passed and 0 failed.
1172 Test passed.
1191 First, an output function (`out) can be passed to
1527 passed = []
1538 passed.append( (name, t) )
1547 if passed:
1548 print(len(passed), "items passed all tests:")
1549 passed.sort()
1550 for thing, count in passed:
1560 print(totalt - totalf, "passed and", totalf, "failed.")
1564 print("Test passed.")
1916 detailed, else very brief (in fact, empty if all tests passed).
2029 detailed, else very brief (in fact, empty if all tests passed).
2377 tests in each file. The setUp function will be passed a DocTest
2379 globs attribute of the test passed.
2383 tests in each file. The tearDown function will be passed a DocTest
2385 globs attribute of the test passed.
2493 tests in each file. The setUp function will be passed a DocTest
2495 globs attribute of the test passed.
2499 tests in each file. The tearDown function will be passed a DocTest
2501 globs attribute of the test passed.