doc: pytest: Document the test_net test
authorTom Rini <trini@konsulko.com>
Wed, 7 May 2025 23:23:00 +0000 (17:23 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 May 2025 10:52:56 +0000 (12:52 +0200)
commit45d325ba0993f60b7b81bae1efde0bc324d49400
tree718271fa4b93c136ba09af2a7134caf86040d319
parent9e5624858476dd6c570acb25a6d15b3f8738f076
doc: pytest: Document the test_net test

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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/pytest/index.rst
doc/develop/pytest/test_net.rst [new file with mode: 0644]
test/py/tests/test_net.py