bpo-10548: expectedFailure does not apply to fixtures

This commit is contained in:
Irit Katriel 2020-11-08 20:20:05 +00:00 committed by GitHub
parent 23831a7a90
commit 7aad06cefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -594,8 +594,9 @@ The following decorators and exception implement test skipping and expected fail
.. decorator:: expectedFailure
Mark the test as an expected failure or error. If the test fails or errors
it will be considered a success. If the test passes, it will be considered
a failure.
in the test function itself (rather than in one of the :dfn:`test fixture`
methods) then it will be considered a success. If the test passes, it will
be considered a failure.
.. exception:: SkipTest(reason)