ID EN
Unittest

_makeResult

Python 3.11

This method returns the instance of TestResult used by run(). It is not intended to be called directly, but can be overridden in subclasses to provide a custom TestResult.

Syntax

PYTHON
_makeResult()

Examples

Example 1
PYTHON
stream, descriptions, verbosity

See Also

run() TextTestResult