[svn r63887] move rest of events

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 02:12:10 +02:00
parent 2dd3ea7041
commit 0c4fc99a6f
14 changed files with 23 additions and 54 deletions

View File

@@ -113,19 +113,9 @@ class PluginHooks:
def pytest_looponfailinfo(self, failreports, rootdirs):
""" info for repeating failing tests. """
class Events:
# Events
def pyevent(self, eventname, args, kwargs):
""" generically called for each notification event. """
def pyevent__NOP(self, *args, **kwargs):
""" the no-operation call. """
def pyevent__trace(self, category, msg):
""" called for tracing events. """
def pyevent__internalerror(self, excrepr):
def pytest_internalerror(self, excrepr):
""" called for internal errors. """
def pytest_trace(self, category, msg):
""" called for tracing events. """