On Thu, 8 May 2025 at 00:11, Tom Rini <[email protected]> wrote: > > 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 <[email protected]> > --- > Cc: Heinrich Schuchardt <[email protected]> > Cc: Simon Glass <[email protected]> > --- > doc/conf.py | 8 +++++++- > doc/develop/ci_testing.rst | 2 +- > doc/develop/index.rst | 2 +- > doc/develop/pytest/index.rst | 12 ++++++++++++ > doc/develop/{py_testing.rst => pytest/usage.rst} | 2 +- > doc/develop/testing.rst | 4 ++-- > doc/develop/tests_writing.rst | 2 +- > doc/sphinx/requirements.txt | 1 + > 8 files changed, 26 insertions(+), 7 deletions(-) > create mode 100644 doc/develop/pytest/index.rst > rename doc/develop/{py_testing.rst => pytest/usage.rst} (99%) >
Reviewed-by: Simon Glass <[email protected]>

