class documentation

class RemoteTestRunner: (source)

View In Hierarchy

Run tests and record everything but don't display anything. The implementation matches the unpythonic coding style of unittest2.

Method __init__ Undocumented
Method run Undocumented
Instance Variable buffer Undocumented
Instance Variable failfast Undocumented
Instance Variable resultclass Undocumented
def __init__(self, failfast=False, resultclass=None, buffer=False): (source)

Undocumented

def run(self, test): (source)

Undocumented

Undocumented

failfast = (source)

Undocumented

resultclass = (source)

Undocumented