[Pytest-commit] commit/pytest: hpk42: make it clear that this xfail is an unimplemented feature, nothing more.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jan 29 13:58:56 CET 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/421d3b4d150d/
Changeset:   421d3b4d150d
User:        hpk42
Date:        2014-01-29 13:56:24
Summary:     make it clear that this xfail is an unimplemented feature, nothing more.
Affected #:  1 file

diff -r 1a190672b6cc3803f43d24bfe9a106df96a47629 -r 421d3b4d150d901de24b1cbeb8955547b1420483 testing/test_capture.py
--- a/testing/test_capture.py
+++ b/testing/test_capture.py
@@ -191,7 +191,7 @@
             "in func2*",
         ])
 
-    @pytest.mark.xfail
+    @pytest.mark.xfail(reason="unimplemented feature")
     def test_capture_scope_cache(self, testdir):
         p = testdir.makepyfile("""
             import sys

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.


More information about the pytest-commit mailing list