unittest.TestCase.defaultTestResult()

defaultTestResult()

Return an instance of the test result class that should be used for this test case class (if no other result instance is provided to the run() method).

For TestCase instances, this will always be an instance of TestResult; subclasses of TestCase should override this as necessary.

doc_python
2016-10-07 17:46:26
Comments
Leave a Comment

Please login to continue.