How to Skip Tests
Let’s learn how we can skip tests using unittest module.
We'll cover the following...
We'll cover the following...
The unittest
module supports skipping tests as of Python 3.1
. There are
a few use cases for skipping tests:
- You might want to skip a test if the version of a library doesn’t support what you want to test
- The test is dependent on