unittest.TestLoader.loadTestsFromNames()

loadTestsFromNames(names, module=None)

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.

doc_python
2016-10-07 17:46:31
Comments
Leave a Comment

Please login to continue.