We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eac473 + 0e651d7 commit 008d043Copy full SHA for 008d043
doc/en/skipping.rst
@@ -208,7 +208,7 @@ Here's a quick guide on how to skip tests in a module in different situations:
208
209
.. code-block:: python
210
211
- pytestmark = pytest.mark.skipif(sys.platform == "win32", "tests for linux only")
+ pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="tests for linux only")
212
213
3. Skip all tests in a module if some import is missing:
214
0 commit comments