[svn r63588] shift running of test item to be done through a plugin method.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-03 23:18:41 +02:00
parent 79793d50e2
commit db60fe7f37
7 changed files with 29 additions and 20 deletions

View File

@@ -132,7 +132,5 @@ class SlaveNode(object):
raise
def runtest(self, item):
runner = item._getrunner()
testrep = runner(item)
self.sendevent("itemtestreport", testrep)
report = item.config.pytestplugins.do_itemrun(item)
self.sendevent("itemtestreport", report)