make it clear that this xfail is an unimplemented feature, nothing more.
This commit is contained in:
@@ -191,7 +191,7 @@ class TestPerTestCapturing:
|
|||||||
"in func2*",
|
"in func2*",
|
||||||
])
|
])
|
||||||
|
|
||||||
@pytest.mark.xfail
|
@pytest.mark.xfail(reason="unimplemented feature")
|
||||||
def test_capture_scope_cache(self, testdir):
|
def test_capture_scope_cache(self, testdir):
|
||||||
p = testdir.makepyfile("""
|
p = testdir.makepyfile("""
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user