[svn r63338] rename pyfuncarg to funcarg
--HG-- branch : trunk
This commit is contained in:
@@ -10,7 +10,7 @@ class TestTracebackCutting:
|
||||
def test_traceback_argsetup(self, testdir):
|
||||
testdir.makeconftest("""
|
||||
class ConftestPlugin:
|
||||
def pytest_pyfuncarg_hello(self, pyfuncitem):
|
||||
def pytest_funcarg_hello(self, pyfuncitem):
|
||||
raise ValueError("xyz")
|
||||
""")
|
||||
p = testdir.makepyfile("def test(hello): pass")
|
||||
|
||||
Reference in New Issue
Block a user