ID EN
Unittest

addTests

Python 3.11

Add all the tests from an iterable of TestCase and TestSuite instances to this test suite.

Syntax

PYTHON
addTests(tests)

See Also

TestCase TestSuite addTest()