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>
This commit is contained in:
Tom Rini
2025-05-07 16:08:17 -06:00
committed by Heinrich Schuchardt
parent 2865a8590f
commit be2bdfd019
8 changed files with 26 additions and 7 deletions

View File

@@ -376,5 +376,5 @@ An example SPL test is spl_test_load().
Writing Python tests
--------------------
See :doc:`py_testing` for brief notes how to write Python tests. You
See :doc:`pytest/usage` for brief notes how to write Python tests. You
should be able to use the existing tests in test/py/tests as examples.