binman: Add a tutorial on resolving test-coverage bugs

Provide a short description of how tests work, why they are so critical
and how to resolve gaps in Binman's test coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
Simon Glass
2024-09-30 12:51:38 -06:00
parent 3473e1779c
commit 7f4e1ea00b
4 changed files with 741 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ Testing
py_testing
tests_writing
tests_sandbox
binman_tests
Refactoring
-----------