We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d211c + 3ed05ee commit 2294f10Copy full SHA for 2294f10
doc/en/skipping.rst
@@ -14,7 +14,7 @@ otherwise pytest should skip running the test altogether. Common examples are sk
14
windows-only tests on non-windows platforms, or skipping tests that depend on an external
15
resource which is not available at the moment (for example a database).
16
17
-A **xfail** means that you expect a test to fail for some reason.
+An **xfail** means that you expect a test to fail for some reason.
18
A common example is a test for a feature not yet implemented, or a bug not yet fixed.
19
When a test passes despite being expected to fail (marked with ``pytest.mark.xfail``),
20
it's an **xpass** and will be reported in the test summary.
0 commit comments