Merge pull request #6980 from nicoddemus/quick-doc-fix

Quick doc fix on xfail reason parameter
This commit is contained in:
Bruno Oliveira 2020-03-28 16:11:18 -03:00 committed by GitHub
commit f84742d46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -283,8 +283,7 @@ Note that you have to pass a reason as well (see the parameter description at
``reason`` parameter
~~~~~~~~~~~~~~~~~~~~
As with skipif_ you can also mark your expectation of a failure
on a particular platform:
You can specify the motive of an expected failure with the ``reason`` parameter:
.. code-block:: python