Skip to content

Commit 2294f10

Browse files
authored
Merge pull request #7522 from garrettthomaskth/patch-1
Fix "A xfail" typo
2 parents 41d211c + 3ed05ee commit 2294f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/skipping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ otherwise pytest should skip running the test altogether. Common examples are sk
1414
windows-only tests on non-windows platforms, or skipping tests that depend on an external
1515
resource which is not available at the moment (for example a database).
1616

17-
A **xfail** means that you expect a test to fail for some reason.
17+
An **xfail** means that you expect a test to fail for some reason.
1818
A common example is a test for a feature not yet implemented, or a bug not yet fixed.
1919
When a test passes despite being expected to fail (marked with ``pytest.mark.xfail``),
2020
it's an **xpass** and will be reported in the test summary.

0 commit comments

Comments
 (0)