class documentation

class TestLoggerFactory: (source)

View In Hierarchy

A logger factory for TestApplicationRunner.

Method __init__ Undocumented
Method start Save the logging start on the runner instance.
Method stop Don't log anything.
Instance Variable runner Undocumented
def __init__(self, runner): (source)

Undocumented

def start(self, application): (source)

Save the logging start on the runner instance.

def stop(self): (source)

Don't log anything.

Undocumented