Home
last modified time | relevance | path

Searched refs:tearDownError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/unittest/test/
H A Dtest_result.py622 tearDownError = None variable in Test_TextTestResult.Test
624 if self.tearDownError is not None:
625 raise self.tearDownError
627 def _run_test(self, test_name, verbosity, tearDownError=None):
632 test.tearDownError = tearDownError

Completed in 3 milliseconds