ID EN
Unittest

loadTestsFromNames

Python 3.11

Similar to loadTestsFromName(), but takes a sequence of names rather than a single name. The return value is a test suite which supports all the tests defined for each name.

Syntax

PYTHON
loadTestsFromNames(names, module=None)

See Also

loadTestsFromName()