Searched refs:doctest (Results 1 – 9 of 9) sorted by relevance
145 import doctest146 doctest.testmod()
203 import doctest204 doctest.testmod()
290 import doctest291 doctest.testmod()
363 import doctest366 doctest.testmod()
652 import doctest653 doctest.testmod()
1997 import doctest1998 doctest.testmod()
47 @echo " doctest to run all doctests embedded in the documentation (if enabled)"164 doctest: target165 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
39 echo. doctest to run all doctests embedded in the documentation if enabled217 if "%1" == "doctest" (218 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest222 results in %BUILDDIR%/doctest/output.txt.
37 echo. doctest to run all doctests embedded in the documentation if enabled181 if "%1" == "doctest" (182 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest186 results in %BUILDDIR%/doctest/output.txt.