Searched refs:test_case (Results 1 – 2 of 2) sorted by relevance
178 test_case, formatted_exc = result.failures[0]179 self.assertTrue(test_case is test)226 test_case, formatted_exc = result.errors[0]227 self.assertTrue(test_case is test)
100 def __init__(self, expected, test_case, expected_regexp=None): argument102 self.failureException = test_case.failureException