class documentation

Extend the standard library's TestSuite with a consistently overrideable run method.

Method run Call run on every member of the suite.
def run(self, result: pyunit.TestResult, debug: bool = False) -> pyunit.TestResult: (source) ΒΆ