Home | History | Annotate | Download | only in python2.7

Lines Matching refs:testmod

15     doctest.testmod()
37 You can force verbose mode by passing "verbose=True" to testmod, or prohibit
39 examined by testmod.
80 'testmod',
1122 number of option flags; see the documentation for `testmod` for
1154 it displays failures. See the documentation for `testmod` for
1791 # class, updated by testmod.
1794 def testmod(m=None, name=None, globs=None, verbose=None,
1852 Advanced tomfoolery: testmod runs methods of a local instance of
1856 Passing report=0 to testmod is especially useful then, to delay
1871 raise TypeError("testmod: module required; %r" % (m,))
1970 Advanced tomfoolery: testmod runs methods of a local instance of
1974 Passing report=0 to testmod is especially useful then, to delay
2037 testing and output. See the documentation for `testmod` for more
2783 failures, _ = testmod(m)