ID EN
Unittest

addUnexpectedSuccess

Python 3.11

Called when the test case test was marked with the expectedFailure() decorator, but succeeded.

Syntax

PYTHON
addUnexpectedSuccess(test)

See Also

expectedFailure() unexpectedSuccesses