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.
81 'testmod',
1185 number of option flags; see the documentation for `testmod` for
1217 it displays failures. See the documentation for `testmod` for
1876 # class, updated by testmod.
1879 def testmod(m=None, name=None, globs=None, verbose=None,
1937 Advanced tomfoolery: testmod runs methods of a local instance of
1941 Passing report=0 to testmod is especially useful then, to delay
1956 raise TypeError("testmod: module required; %r" % (m,))
2055 Advanced tomfoolery: testmod runs methods of a local instance of
2059 Passing report=0 to testmod is especially useful then, to delay
2120 testing and output. See the documentation for `testmod` for more
2801 failures, _ = testmod(m, verbose=verbose, optionflags=options)