ID EN
Unittest

failures

Python 3.11

A list containing 2-tuples of TestCase instances and strings holding formatted tracebacks. Each tuple represents a test where a failure was explicitly signalled using the assert* methods.

Syntax

PYTHON
failures

See Also

TestCase assert* methods