[PATCH 1/3] doc: pytest: Document the test_net test
Simon Glass
sjg at chromium.org
Sat May 10 13:25:32 CEST 2025
On Thu, 8 May 2025 at 01:25, Tom Rini <trini at konsulko.com> wrote:
>
> Add this test to the documentation. While the diff appears large at
> first, the only changes within the test are to move the imports to
> follow the pydoc comment and then to code-block and indent the example
> configuration.
>
> 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/develop/pytest/index.rst | 1 +
> doc/develop/pytest/test_net.rst | 8 ++
> test/py/tests/test_net.py | 152 ++++++++++++++++----------------
> 3 files changed, 86 insertions(+), 75 deletions(-)
> create mode 100644 doc/develop/pytest/test_net.rst
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list