Home
/
Python 3.11
/
Unittest
/
loadTestsFromName
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Unittest
loadTestsFromName
Python 3.11
Return a suite of all test cases given a string specifier.
Syntax
PYTHON
Copy
loadTestsFromName(name, module=None)
See Also
TestSuite
TestCase
TestSuite
TestCase
ImportError
AttributeError