Home
last modified time | relevance | path

Searched refs:testmod (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_objects.py63 failures, tests = doctest.testmod(ctypes.test.test_objects)
67 doctest.testmod(ctypes.test.test_objects)
/third_party/python/Lib/test/
H A Dtest_trace.py13 from test.tracedmodules import testmod namespace
56 return x + y + testmod.func(1)
162 (fix_ext_py(testmod.__file__), 2): 1,
163 (fix_ext_py(testmod.__file__), 3): 1,
299 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
351 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
397 modname = 'test.tracedmodules.testmod'
401 cmd = ("import test.tracedmodules.testmod a
[all...]
H A Dtest_doctest2.py114 f, t = doctest.testmod(sys.modules[__name__])
H A Dtest_statistics.py699 failed, tried = doctest.testmod(statistics, optionflags=doctest.ELLIPSIS)
/third_party/python/Doc/includes/
H A Dtest.py199 doctest.testmod(__main__)
/third_party/python/Tools/demo/
H A Dvector.py92 doctest.testmod()
/third_party/python/Lib/
H A Dheapq.py603 print(doctest.testmod()) # pragma: no cover
H A Ddoctest.py15 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, function
1937 Advanced tomfoolery: testmod runs methods of a local instance of
1941 Passing report=0 to testmod i
[all...]
H A Dpickletools.py2844 return doctest.testmod()
H A Ddifflib.py2053 return doctest.testmod(difflib)
H A Dpickle.py1795 return doctest.testmod()
/third_party/python/Lib/test/support/
H A D__init__.py1261 f, t = doctest.testmod(module, verbose=verbosity, optionflags=optionflags)
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py2360 doctest.testmod(optionflags=doctest.REPORT_NDIFF

Completed in 25 milliseconds