class documentation

class _Runner(Protocol): (source)

View In Hierarchy

Undocumented

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

Undocumented

Undocumented