]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: Explain how to run tests without pytest
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:42 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit4c8850aafc10d368cef575b31d1b931d3d2ca597
tree14d823d1b29ea9fa6add2123d73512395904b3c9
parenta353e76da994820d67858adc64edcfe6a47f87ab
doc: Explain how to run tests without pytest

Add details about how to run a sandbox test directly, without using
pytest. This is more convenient for rapid development, since it is faster
and allows easier use of a debugger. Also mention sandbox_flattree as an
example of the different sandbox builds available.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/develop/index.rst
doc/develop/testing.rst
doc/develop/tests_sandbox.rst [new file with mode: 0644]