ID EN
Unittest

skip

Python 3.11

Unconditionally skip the decorated test. reason should describe why the test is being skipped.

Syntax

PYTHON
@unittest.skip(reason)