2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/a1982261e07c/
Changeset: a1982261e07c
Branch: /minor-doc-fix-in-skippingtxt-also-submi-1387492852421
User: lakka
Date: 2013-12-19 23:41:07
Summary: Minor doc fix in skipping.txt. Also submitted at Github before I
realised that this was the master repo. Will close over there.
Affected #: 1 file
diff -r 91925448ac067edf770b504d199a8998872a9f10 -r
a1982261e07cac11858b2683fff4e097c981c0b1 doc/en/skipping.txt
--- a/doc/en/skipping.txt
+++ b/doc/en/skipping.txt
@@ -212,7 +212,7 @@
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
https://bitbucket.org/hpk42/pytest/commits/248fda37abc6/
Changeset: 248fda37abc6
User: hpk42
Date: 2014-01-10 10:44:12
Summary: 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.
Affected #: 1 file
diff -r d76058834af217b7d319bac2549d6f8841564ef9 -r
248fda37abc658629f163cb218fa7b147b2cff6c doc/en/skipping.txt
--- a/doc/en/skipping.txt
+++ b/doc/en/skipping.txt
@@ -212,7 +212,7 @@
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
Repository URL: https://bitbucket.org/hpk42/pytest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit