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:
holger krekel 2014-01-10 10:44:12 +01:00
commit 048cb71bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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