Unverified Kaydet (Commit) 91f259b4 authored tarafından Gregory P. Smith's avatar Gregory P. Smith Kaydeden (comit) GitHub

Clarify expectedFailure in the unittest docs. (#10953)

üst 42b1d612
...@@ -585,8 +585,8 @@ The following decorators implement test skipping and expected failures: ...@@ -585,8 +585,8 @@ The following decorators implement test skipping and expected failures:
.. decorator:: expectedFailure .. decorator:: expectedFailure
Mark the test as an expected failure. If the test fails when run, the test Mark the test as an expected failure. If the test fails it will be
is not counted as a failure. considered a success. If the test passes, it will be considered a failure.
.. exception:: SkipTest(reason) .. exception:: SkipTest(reason)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment