Python pytest Markers: Test Selection and Skipping
Markers are pytest’s mechanism for attaching metadata to your tests. Think of them as labels you can apply to test functions or classes, then use to control which tests run and how they behave.
Read more →