[svn r63588] shift running of test item to be done through a plugin method.
--HG-- branch : trunk
This commit is contained in:
6
py/test/dist/txnode.py
vendored
6
py/test/dist/txnode.py
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user