class documentation

class RemoteTestRunner:

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):

Undocumented

def run(self, test):

Undocumented

buffer =

Undocumented

failfast =

Undocumented

resultclass =

Undocumented