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>
This commit is contained in:
Tom Rini
2025-05-11 12:52:56 +02:00
committed by Heinrich Schuchardt
parent 9e56248584
commit 45d325ba09
3 changed files with 77 additions and 66 deletions
+1
View File
@@ -18,4 +18,5 @@ Individual tests
:maxdepth: 1
test_000_version
test_net
test_net_boot
+8
View File
@@ -0,0 +1,8 @@
test_net
========
.. automodule:: test_net
:synopsis:
:member-order: bysource
:members:
:undoc-members: