HomeSort by relevance Sort by last modified time
    Searched refs:doctest (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_syntax.py 8 SyntaxError: name 'x' is local and global (<doctest test.test_syntax[0]>, line 1)
21 doctest. Since all the code comes from the same module, a suffix like
32 File "<doctest test.test_syntax[1]>", line 1
37 File "<doctest test.test_syntax[2]>", line 1
46 File "<doctest test.test_syntax[3]>", line 1
51 File "<doctest test.test_syntax[4]>", line 1
56 File "<doctest test.test_syntax[5]>", line 1
61 File "<doctest test.test_syntax[6]>", line 1
66 File "<doctest test.test_syntax[7]>", line 1
71 File "<doctest test.test_syntax[8]>", line 1
    [all...]
sample_doctest.py 75 import doctest
76 return doctest.DocTestSuite()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_syntax.py 8 SyntaxError: name 'x' is local and global (<doctest test.test_syntax[0]>, line 1)
21 doctest. Since all the code comes from the same module, a suffix like
32 File "<doctest test.test_syntax[1]>", line 1
37 File "<doctest test.test_syntax[2]>", line 1
46 File "<doctest test.test_syntax[3]>", line 1
51 File "<doctest test.test_syntax[4]>", line 1
56 File "<doctest test.test_syntax[5]>", line 1
61 File "<doctest test.test_syntax[6]>", line 1
66 File "<doctest test.test_syntax[7]>", line 1
71 File "<doctest test.test_syntax[8]>", line
    [all...]
sample_doctest.py 75 import doctest
76 return doctest.DocTestSuite()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_syntax.py 8 SyntaxError: name 'x' is local and global (<doctest test.test_syntax[0]>, line 1)
21 doctest. Since all the code comes from the same module, a suffix like
32 File "<doctest test.test_syntax[1]>", line 1
37 File "<doctest test.test_syntax[2]>", line 1
46 File "<doctest test.test_syntax[3]>", line 1
51 File "<doctest test.test_syntax[4]>", line 1
56 File "<doctest test.test_syntax[5]>", line 1
61 File "<doctest test.test_syntax[6]>", line 1
66 File "<doctest test.test_syntax[7]>", line 1
71 File "<doctest test.test_syntax[8]>", line
    [all...]
sample_doctest.py 75 import doctest
76 return doctest.DocTestSuite()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 8 SyntaxError: name 'x' is local and global (<doctest test.test_syntax[0]>, line 1)
21 doctest. Since all the code comes from the same module, a suffix like
32 File "<doctest test.test_syntax[1]>", line 1
37 File "<doctest test.test_syntax[2]>", line 1
46 File "<doctest test.test_syntax[3]>", line 1
51 File "<doctest test.test_syntax[4]>", line 1
56 File "<doctest test.test_syntax[5]>", line 1
61 File "<doctest test.test_syntax[6]>", line 1
66 File "<doctest test.test_syntax[7]>", line 1
71 File "<doctest test.test_syntax[8]>", line
    [all...]
sample_doctest.py 75 import doctest
76 return doctest.DocTestSuite()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 8 SyntaxError: name 'x' is local and global (<doctest test.test_syntax[0]>, line 1)
21 doctest. Since all the code comes from the same module, a suffix like
32 File "<doctest test.test_syntax[1]>", line 1
37 File "<doctest test.test_syntax[2]>", line 1
46 File "<doctest test.test_syntax[3]>", line 1
51 File "<doctest test.test_syntax[4]>", line 1
56 File "<doctest test.test_syntax[5]>", line 1
61 File "<doctest test.test_syntax[6]>", line 1
66 File "<doctest test.test_syntax[7]>", line 1
71 File "<doctest test.test_syntax[8]>", line
    [all...]
sample_doctest.py 75 import doctest
76 return doctest.DocTestSuite()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_versionpredicate.py 6 import doctest
10 return doctest.DocTestSuite(distutils.versionpredicate)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py 6 import doctest
10 return doctest.DocTestSuite(distutils.versionpredicate)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py 6 import doctest
10 return doctest.DocTestSuite(distutils.versionpredicate)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_objects.py 44 >>> print x.array._b_base_ # doctest: +ELLIPSIS
57 import unittest, doctest, sys
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_objects.py 44 >>> print x.array._b_base_ # doctest: +ELLIPSIS
57 import unittest, doctest, sys
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 44 >>> print x.array._b_base_ # doctest: +ELLIPSIS
57 import unittest, doctest, sys
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 44 >>> print x.array._b_base_ # doctest: +ELLIPSIS
57 import unittest, doctest, sys
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
28 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
86 doctest:
87 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
89 "results in $(BUILDDIR)/doctest/output.txt."
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
28 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
86 doctest:
87 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
89 "results in $(BUILDDIR)/doctest/output.txt."
  /external/mesa3d/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
28 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
86 doctest:
87 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
89 "results in $(BUILDDIR)/doctest/output.txt."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Rev.py 91 import doctest, Rev
92 return doctest.testmod(Rev)
Vec.py 65 import doctest
66 doctest.testmod()
  /external/fonttools/Lib/fontTools/misc/
fixedTools.py 64 import doctest
65 doctest.testmod()
  /external/autotest/frontend/afe/
test.py 2 import os, doctest, glob, sys
7 # doctest takes a copy+paste log of a Python interactive session, runs a Python
12 # http://www.python.org/doc/2.4.3/lib/module-doctest.html for more details.
14 # In this file, we run doctest on all files found in the doctests/ directory.
63 failures, test_count = doctest.testmod(module)
67 failures, test_count = doctest.testfile(path,
  /external/markdown/markdown/extensions/
fenced_code.py 116 import doctest
117 doctest.testmod()

Completed in 953 milliseconds

1 2 3 4 5 6 7