Merge pull request #6980 from nicoddemus/quick-doc-fix
Quick doc fix on xfail reason parameter
This commit is contained in:
commit
f84742d46c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue