class documentation

class _Runner(Protocol):

View In Hierarchy

Undocumented

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

Undocumented

def runUntilFailure(self, test: pyunit.TestCase | pyunit.TestSuite) -> itrial.IReporter:

Undocumented

stream: TextIO =

Undocumented