Home
last modified time | relevance | path

Searched refs:doctest (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dp9err.py145 import doctest
146 doctest.testmod()
H A Dpfod.py203 import doctest
204 doctest.testmod()
H A Dlerrno.py290 import doctest
291 doctest.testmod()
H A Dnumalloc.py363 import doctest
366 doctest.testmod()
H A Dsequencer.py652 import doctest
653 doctest.testmod()
H A Dprotocol.py1997 import doctest
1998 doctest.testmod()
/freebsd/contrib/libcbor/doc/
H A DMakefile47 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
164 doctest: target
165 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
H A Dmake.bat39 echo. doctest to run all doctests embedded in the documentation if enabled
217 if "%1" == "doctest" (
218 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
222 results in %BUILDDIR%/doctest/output.txt.
/freebsd/contrib/llvm-project/lld/docs/
H A Dmake.bat37 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.