Class RemoteTestRunner
Run tests and record everything but don't display anything.
Declaration
class RemoteTestRunner
source linkDocumentation
The implementation matches the unpythonic coding style of unittest2.
Methods
▷ def __init__(self, failfast=False, resultclass=None)