parent
b6b060c1d0
commit
c6606d9d8f
|
@ -48,7 +48,7 @@ class PluginHooks:
|
||||||
# runtest related hooks
|
# 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. """
|
""" return True if we consumed/did the call to the python function item. """
|
||||||
|
|
||||||
def pytest_item_makereport(self, item, excinfo, when, outerr):
|
def pytest_item_makereport(self, item, excinfo, when, outerr):
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import py
|
import py
|
||||||
from outcome import Skipped
|
from py.__.test.outcome import Skipped
|
||||||
|
|
||||||
class RunnerPlugin:
|
class RunnerPlugin:
|
||||||
def pytest_configure(self, config):
|
def pytest_configure(self, config):
|
||||||
|
|
Loading…
Reference in New Issue