[svn r63630] some more code to prepare for substituting the

fixture/runtest code, using more plugins.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-04 22:19:18 +02:00
parent ba6eca8da4
commit b2077ed2ec
7 changed files with 146 additions and 93 deletions

View File

@@ -85,9 +85,12 @@ class Events:
def pyevent__itemtestreport(self, event):
""" test has been run. """
def pyevent__itemsetupreport(self, rep):
def pyevent__item_runtest_finished(self, item, excinfo, outerr):
""" test has been run. """
def pyevent__itemsetupreport(self, rep):
""" a report on running a fixture function. """
def pyevent__deselected(self, items):
""" collected items that were deselected (by keyword). """