class documentation

class _Runner(Protocol): (source)

View In Hierarchy

Undocumented

Method run Undocumented
Method runUntilFailure Undocumented
Class Variable stream Undocumented
def run(self, test: Union[pyunit.TestCase, pyunit.TestSuite]) -> itrial.IReporter: (source)

Undocumented

def runUntilFailure(self, test: Union[pyunit.TestCase, pyunit.TestSuite]) -> itrial.IReporter: (source)

Undocumented

stream: TextIO = (source)

Undocumented