wasSuccessful()
Return True if all tests run so far have passed, otherwise returns False.
Changed in version 3.4: Returns False if there were any unexpectedSuccesses from tests marked with the expectedFailure() decorator.
wasSuccessful()
Return True if all tests run so far have passed, otherwise returns False.
Changed in version 3.4: Returns False if there were any unexpectedSuccesses from tests marked with the expectedFailure() decorator.
Please login to continue.