HomeSort by relevance Sort by last modified time
    Searched refs:doctest (Results 26 - 50 of 181) sorted by null

12 3 4 5 6 7 8

  /external/python/cpython2/Demo/classes/
Rev.py 91 import doctest, Rev
92 return doctest.testmod(Rev)
Vec.py 65 import doctest
66 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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Vec.py 65 import doctest
66 doctest.testmod()
  /external/markdown/markdown/extensions/
fenced_code.py 116 import doctest
117 doctest.testmod()
meta.py 89 import doctest
90 doctest.testmod()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /external/fio/doc/
Makefile 43 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
197 .PHONY: doctest
198 doctest:
199 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
201 "results in $(BUILDDIR)/doctest/output.txt."
  /external/python/cpython2/Lib/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 2 u"""A module to test whether doctest recognizes some 2.2 features,
121 from doctest import *
  /external/mesa3d/src/gallium/docs/
make.bat 26 echo. doctest to run all doctests embedded in the documentation if enabled
105 if "%1" == "doctest" (
106 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
109 results in %BUILDDIR%/doctest/output.txt.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
__init__.py 4 import doctest
61 suite.addTest(doctest.DocTestSuite(mod))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
__init__.py 4 import doctest
61 suite.addTest(doctest.DocTestSuite(mod))
  /external/python/cpython2/Lib/json/tests/
__init__.py 4 import doctest
61 suite.addTest(doctest.DocTestSuite(mod))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 4 import doctest
61 suite.addTest(doctest.DocTestSuite(mod))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 4 import doctest
61 suite.addTest(doctest.DocTestSuite(mod))
  /external/bart/docs/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
178 doctest: reference
179 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
181 "results in $(BUILDDIR)/doctest/output.txt."
  /external/devlib/doc/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
174 doctest:
175 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
177 "results in $(BUILDDIR)/doctest/output.txt."
  /external/python/cpython2/Doc/
Makefile 17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
32 @echo " doctest to run doctests in the documentation"
89 doctest: BUILDER = doctest
90 doctest:
93 "results in build/doctest/output.txt"; \
  /external/trappy/doc/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
48 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
178 doctest: reference
179 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
181 "results in $(BUILDDIR)/doctest/output.txt."
  /external/clang/docs/analyzer/
make.bat 37 echo. doctest to run all doctests embedded in the documentation if enabled
181 if "%1" == "doctest" (
182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
186 results in %BUILDDIR%/doctest/output.txt.
  /external/clang/docs/
make.bat 37 echo. doctest to run all doctests embedded in the documentation if enabled
181 if "%1" == "doctest" (
182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
186 results in %BUILDDIR%/doctest/output.txt.

Completed in 1307 milliseconds

12 3 4 5 6 7 8