diff options
| author | Simon Glass <[email protected]> | 2024-09-30 12:51:38 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2024-10-18 14:10:22 -0600 |
| commit | 7f4e1ea00bc417d99fa5a87091932280de34cab4 (patch) | |
| tree | 26d43f2b29c61d39af5eda1b63f54fbaff1c3f98 /doc/develop/index.rst | |
| parent | 3473e1779cccf486df7cae43b79fedd837703756 (diff) | |
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 <[email protected]>
Acked-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
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 c23192c2770..30f7fdb8847 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -83,6 +83,7 @@ Testing py_testing tests_writing tests_sandbox + binman_tests Refactoring ----------- |
