[svn r62252] renaming "py.test.keywords" to "py.test.mark".
--HG-- branch : trunk
This commit is contained in:
@@ -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()
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user