ID EN
Unittest

debug

Python 3.11

Run the test without collecting the result. This allows exceptions raised by the test to be propagated to the caller, and can be used to support running tests under a debugger.

Syntax

PYTHON
debug()