diff options
author | Simon Glass | 2021-03-07 17:34:42 -0700 |
---|---|---|
committer | Tom Rini | 2021-03-12 09:57:29 -0500 |
commit | 4c8850aafc10d368cef575b31d1b931d3d2ca597 (patch) | |
tree | 14d823d1b29ea9fa6add2123d73512395904b3c9 /doc/develop/index.rst | |
parent | a353e76da994820d67858adc64edcfe6a47f87ab (diff) |
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>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index ac57fdb8f30..50b1de3bdff 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -33,3 +33,4 @@ Testing coccinelle testing py_testing + tests_sandbox |