re-introduce py.test.mark and move py.test.xfail to py.test.mark.xfail
--HG-- branch : 1.0.x
This commit is contained in:
@@ -221,7 +221,7 @@ class TestPytestPluginInteractions:
|
||||
assert not pluginmanager.listattr("hello")
|
||||
assert pluginmanager.listattr("x") == [42]
|
||||
|
||||
@py.test.xfail # setup call methods
|
||||
@py.test.mark.xfail # setup call methods
|
||||
def test_call_setup_participants(self, testdir):
|
||||
testdir.makepyfile(
|
||||
conftest="""
|
||||
|
||||
Reference in New Issue
Block a user