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:
committed by
Heinrich Schuchardt
parent
9e56248584
commit
45d325ba09
@@ -18,4 +18,5 @@ Individual tests
|
||||
:maxdepth: 1
|
||||
|
||||
test_000_version
|
||||
test_net
|
||||
test_net_boot
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
test_net
|
||||
========
|
||||
|
||||
.. automodule:: test_net
|
||||
:synopsis:
|
||||
:member-order: bysource
|
||||
:members:
|
||||
:undoc-members:
|
||||
Reference in New Issue
Block a user