Lines Matching refs:TestLoader
269 Test discovery is implemented in :meth:`TestLoader.discover`, but can also be
1726 .. class:: TestLoader()
1728 The :class:`TestLoader` class is used to create test suites from classes and
1734 :class:`TestLoader` objects have the following attributes:
1748 :class:`TestLoader` objects have the following methods:
1893 The following attributes of a :class:`TestLoader` can be configured either by
2149 Instance of the :class:`TestLoader` class intended to be shared. If no
2150 customization of the :class:`TestLoader` is needed, this instance can be used
2238 The *testLoader* argument has to be a :class:`TestLoader` instance,
2281 :meth:`TestLoader.loadTestsFromModule` with the following arguments::
2290 *loader* is the instance of :class:`TestLoader` doing the loading.
2309 command line or by calling :meth:`TestLoader.discover`, then the package