Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ The following decorators implement test skipping and expected failures:

.. decorator:: expectedFailure

Mark the test as an expected failure. If the test fails when run, the test
is not counted as a failure.
Mark the test as an expected failure. If the test fails it will be
considered a success. If the test passes, it will be considered a failure.

.. exception:: SkipTest(reason)

Expand Down