merge fix pytest issue382 - produce "pytest_runtest_logstart" event again

in master. Thanks Aron Curzon.
This commit is contained in:
holger krekel
2013-11-19 12:08:55 +01:00
parent ca54911481
commit aad1aace52
4 changed files with 10 additions and 5 deletions

View File

@@ -75,8 +75,8 @@ class SlaveInteractor:
topdir=str(session.fspath),
ids=ids)
#def pytest_runtest_logstart(self, nodeid, location, fspath):
# self.sendevent("logstart", nodeid=nodeid, location=location)
def pytest_runtest_logstart(self, nodeid, location):
self.sendevent("logstart", nodeid=nodeid, location=location)
def pytest_runtest_logreport(self, report):
data = serialize_report(report)