commit | e662fdf3529c49fc2c44eca39621e42eeb84d7b3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 07 17:23:01 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 11 12:52:56 2025 +0200 |
tree | 1089cfdb63f110e8f11db5bbd85e98c22eb3106c | |
parent | ff8edfc2eb4392203fe3705d39e44a2701b3ded5 [diff] |
doc: pytest: Document the test_bootstage test Add this test to the documentation. We need to move the import to follow the main comment so that it renders correctly, and add a code-block annotation to the example and indent it correctly. Next, neither of the functions had comments themselves, so document them now. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>