commit | 2830623cb30a08c9234a4969b1160e0e0b9d4f1a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 07 16:08:17 2025 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun May 11 12:52:56 2025 +0200 |
tree | bc2aefe74eb6e8e0bd032835a6c747d5f8e136c8 | |
parent | d21930ac85c2e54349d231d8c5030a16a3c0ca48 [diff] |
doc: Start improving our pytest documentation Begin the work of documenting all of our pytests. To do this, we should have a directory under develop for it as there will be a large number of new files. As the current document is referenced externally in a number of locations, add the sphinx_reredirects module so that we can redirect from the old location to the new. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>