commit | 9e78ad64e172f9944811eda696abd9ab465cd09d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 07 17:34:42 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 12 09:57:29 2021 -0500 |
tree | 14d823d1b29ea9fa6add2123d73512395904b3c9 | |
parent | 2a4b03f0cd934f95819a5d3a6ec664f3bdc3b4ab [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>