[svn r63846] fix bug
--HG-- branch : trunk
This commit is contained in:
@@ -48,7 +48,7 @@ class PluginHooks:
|
||||
# runtest related hooks
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
def pytest_pyfunc_call(self, call, pyfuncitem, args, kwargs):
|
||||
def pytest_pyfunc_call(self, pyfuncitem, args, kwargs):
|
||||
""" return True if we consumed/did the call to the python function item. """
|
||||
|
||||
def pytest_item_makereport(self, item, excinfo, when, outerr):
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import py
|
||||
from outcome import Skipped
|
||||
from py.__.test.outcome import Skipped
|
||||
|
||||
class RunnerPlugin:
|
||||
def pytest_configure(self, config):
|
||||
|
||||
Reference in New Issue
Block a user