Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-doctest-Do-not-use-unnamed-class.patch4 Subject: [PATCH] doctest: Do not use unnamed class
9 …rk/core2-64-yoe-linux-musl/libcereal/1.3.2+gitAUTOINC+ebef1e9298-r0/git/unittests/doctest.h:6428:5)
10 …rk/core2-64-yoe-linux-musl/libcereal/1.3.2+gitAUTOINC+ebef1e9298-r0/git/unittests/doctest.h:6428:5)
20 unittests/doctest.h | 2 +-
23 diff --git a/unittests/doctest.h b/unittests/doctest.h
25 --- a/unittests/doctest.h
26 +++ b/unittests/doctest.h
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_docs.py10 import doctest
15 doctest.ELLIPSIS |
16 doctest.NORMALIZE_WHITESPACE |
17 doctest.REPORT_NDIFF)
/openbmc/u-boot/tools/buildman/
H A Dbuildman.py26 import doctest
35 import doctest
39 suite = doctest.DocTestSuite(module)
H A Dbuildman26 import doctest
35 import doctest
39 suite = doctest.DocTestSuite(module)
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile197 .PHONY: doctest
198 doctest: target
199 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
/openbmc/u-boot/tools/binman/
H A Dbinman54 import doctest
58 suite = doctest.DocTestSuite(module)
H A Dbinman.py54 import doctest
58 suite = doctest.DocTestSuite(module)
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-testtools_2.7.1.bb14 python3-doctest \
H A Dpython3-jsonpointer_2.4.bb21 python3-doctest \
H A Dpython3-pytz_2024.1.bb12 python3-doctest \
H A Dpython3-pytest_8.1.1.bb18 python3-doctest \
H A Dpython3-numpy_1.26.4.bb41 python3-doctest \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-langtable_0.0.65.bb20 python3-doctest \
H A Dpython3-zopeinterface_6.2.bb15 RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
H A Dpython3-rsa_4.9.bb31 python3-doctest \
/openbmc/u-boot/tools/patman/
H A Dpatman.py87 import doctest
97 suite = doctest.DocTestSuite(module)
H A Dpatman87 import doctest
97 suite = doctest.DocTestSuite(module)
H A Dsettings.py354 import doctest
356 doctest.testmod()
H A Dgitutil.py595 import doctest
597 doctest.testmod()
/openbmc/linux/rust/alloc/
H A Dlib.rs64 #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))]
76 any(not(feature = "miri-test-libstd"), test, doctest),
/openbmc/linux/rust/
H A Dbindgen_parameters21 # `seccomp`'s comment gets understood as a doctest
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/
H A Dlibcereal_1.3.2.bb24 file://0001-doctest-Do-not-use-unnamed-class.patch \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-cargo.bbclass57 if (data['target']['test'] or data['target']['doctest']) and data['executable']: