ID EN
Unittest

skipIf

Python 3.11

Skip the decorated test if condition is true.

Syntax

PYTHON
@unittest.skipIf(condition, reason)