Trees | Indices | Help |
|
---|
object --+ | TestLoader
This class is responsible for loading tests according to various criteria and returning them wrapped in a Test
'
test
'
Return a suite of all tests cases given a string specifier.
The name may resolve either to a module, a test case class, a test method within a test case class, or a callable object which returns a TestCase or TestSuite instance.
The method optionally resolves the names relative to a given module.
Return a suite of all tests cases found using the given sequence of string specifiers. See 'loadTestsFromName()'.
Trees | Indices | Help |
|
---|