Home
/
Python 3.11
/
Unittest
/
skipUnless
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Unittest
skipUnless
Python 3.11
Skip the decorated test unless condition is true.
Syntax
PYTHON
Copy
@unittest.skipUnless(condition, reason)