Searched refs:_Pkg5TestResult (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py1166 class _Pkg5TestResult(unittest._TextTestResult): class in inherits:unittest._TextTestResult
1246 return _Pkg5TestResult.fmt_prefix_with(res, prefix)
1546 res = _Pkg5TestResult(s, o, b, bailonfail=bail_on_fail,
1588 # Build a _Pkg5TestResult object to use for this test.
1597 # the _Pkg5TestResult that we need to send back to the
1635 return _Pkg5TestResult(self.stream, self.output, self.baseline,

Completed in 445 milliseconds