[PATCH v2 1/4] doc: Start improving our pytest documentation
Simon Glass
sjg at chromium.org
Sat May 10 13:25:12 CEST 2025
On Thu, 8 May 2025 at 00:11, Tom Rini <trini at konsulko.com> 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 <trini at konsulko.com>
> ---
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> 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 <sjg at chromium.org>
More information about the U-Boot
mailing list