ID EN
Unittest

removeResult

Python 3.11

Remove a registered result. Once a result has been removed then stop() will no longer be called on that result object in response to a control-c.

Syntax

PYTHON
unittest.removeResult(result)

See Also

stop()