Home
/
Python 3.11
/
Unittest
/
failfast
Python 3.0
Python 3.11
Functions
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
Copy
failfast
See Also
stop()