Lines Matching full:testsuite
1007 There are two main functions for creating :class:`unittest.TestSuite` instances
1014 :class:`unittest.TestSuite`.
1016 The returned :class:`unittest.TestSuite` is to be run by the unittest framework
1096 Convert doctest tests for a module to a :class:`unittest.TestSuite`.
1098 The returned :class:`unittest.TestSuite` is to be run by the unittest framework
1128 Under the covers, :func:`DocTestSuite` creates a :class:`unittest.TestSuite` out
1134 Similarly, :func:`DocFileSuite` creates a :class:`unittest.TestSuite` out of
1138 So both ways of creating a :class:`unittest.TestSuite` run instances of