[svn r62252] renaming "py.test.keywords" to "py.test.mark".

--HG--
branch : trunk
This commit is contained in:
hpk
2009-02-27 20:56:51 +01:00
parent 82044fd873
commit 6f145b7c3c
9 changed files with 56 additions and 17 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class TestPyPlugins:
assert not plugins.isregistered(my)
assert plugins.getplugins() == [my2]
#@py.test.keywords(xfail=True)
#@py.test.mark.xfail
def test_onregister(self):
py.test.skip("implement exitfirst plugin and "
"modify xfail plugin to override exitfirst behaviour?")