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:
lakka 2013-12-19 22:41:07 +00:00
parent 699892bd03
commit 43f970ab6b
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