On Thu, 8 May 2025 at 01:25, Tom Rini <tr...@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 <tr...@konsulko.com> > --- > Cc: Heinrich Schuchardt <xypron.g...@gmx.de> > Cc: Simon Glass <s...@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 <s...@chromium.org>