Minor doc fix in skipping.txt. Also submitted at Github before I realised that this was the master repo. Will close over there.
--HG-- branch : /minor-doc-fix-in-skippingtxt-also-submi-1387492852421
This commit is contained in:
parent
699892bd03
commit
43f970ab6b
|
@ -212,7 +212,7 @@ imperatively, in test or setup code::
|
||||||
if not valid_config():
|
if not valid_config():
|
||||||
pytest.xfail("failing configuration (but should work)")
|
pytest.xfail("failing configuration (but should work)")
|
||||||
# or
|
# or
|
||||||
pytest.skipif("unsupported configuration")
|
pytest.skip("unsupported configuration")
|
||||||
|
|
||||||
|
|
||||||
Skipping on a missing import dependency
|
Skipping on a missing import dependency
|
||||||
|
|
Loading…
Reference in New Issue