ID EN
Unittest

failfast

Python 3.11

If set to true stop() will be called on the first failure or error, halting the test run.

Syntax

PYTHON
failfast

See Also

stop()