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:
holger krekel
2009-06-28 13:27:34 +02:00
parent bd8f68555d
commit 8b7dfb29c5
6 changed files with 16 additions and 16 deletions

View File

@@ -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="""