[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

View File

@@ -7,7 +7,7 @@ class BaseTests:
def test_funcattr(self, testdir):
ev = testdir.runitem("""
import py
@py.test.keywords(xfail="needs refactoring")
@py.test.mark(xfail="needs refactoring")
def test_func():
raise Exit()
""")