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