Searched refs:testmod (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
H A D | test_objects.py | 63 failures, tests = doctest.testmod(ctypes.test.test_objects) 67 doctest.testmod(ctypes.test.test_objects)
|
/third_party/python/Lib/test/ |
H A D | test_trace.py | 13 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 D | test_doctest2.py | 114 f, t = doctest.testmod(sys.modules[__name__])
|
H A D | test_statistics.py | 699 failed, tried = doctest.testmod(statistics, optionflags=doctest.ELLIPSIS)
|
/third_party/python/Doc/includes/ |
H A D | test.py | 199 doctest.testmod(__main__)
|
/third_party/python/Tools/demo/ |
H A D | vector.py | 92 doctest.testmod()
|
/third_party/python/Lib/ |
H A D | heapq.py | 603 print(doctest.testmod()) # pragma: no cover
|
H A D | doctest.py | 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, function 1937 Advanced tomfoolery: testmod runs methods of a local instance of 1941 Passing report=0 to testmod i [all...] |
H A D | pickletools.py | 2844 return doctest.testmod()
|
H A D | difflib.py | 2053 return doctest.testmod(difflib)
|
H A D | pickle.py | 1795 return doctest.testmod()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1261 f, t = doctest.testmod(module, verbose=verbosity, optionflags=optionflags)
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 2360 doctest.testmod(optionflags=doctest.REPORT_NDIFF
|
Completed in 25 milliseconds