class documentation

class _Runner(Protocol): (source)

View In Hierarchy

Undocumented

Method run Undocumented
Method runUntilFailure Undocumented
Class Variable stream Undocumented
def run(self, test): (source)

Undocumented

Parameters
test:Union[pyunit.TestCase, pyunit.TestSuite]Undocumented
Returns
itrial.IReporterUndocumented
def runUntilFailure(self, test): (source)

Undocumented

Parameters
test:Union[pyunit.TestCase, pyunit.TestSuite]Undocumented
Returns
itrial.IReporterUndocumented

Undocumented