*Not documented*
def report_TestStarted(self, event):
origin: test.rest.RestReporter
where:
changes in __dict__ after execution:
function source:
def report_TestStarted(self, event):
txt = "Running tests on hosts: %s" % ", ".join(event.hosts)
self.add_rest(Title(txt, abovechar='=', belowchar='='))
self.timestart = event.timestart
called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rest.py