method: test.rest.RestReporter.report_TestStarted

*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

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rest.py

traceback test.rest.RestReporter.report_TestStarted.0