doc: pytest: Document the test_bind test
Add this test to the documentation. None of the functions had comments, so attempt to explain what each does. 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
6c3c08c478
commit
4964cc9caa
@@ -18,6 +18,7 @@ Individual tests
|
||||
:maxdepth: 1
|
||||
|
||||
test_000_version
|
||||
test_bind
|
||||
test_bootstage
|
||||
test_efi_loader
|
||||
test_net
|
||||
|
8
doc/develop/pytest/test_bind.rst
Normal file
8
doc/develop/pytest/test_bind.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
test_bind
|
||||
=========
|
||||
|
||||
.. automodule:: test_bind
|
||||
:synopsis:
|
||||
:member-order: bysource
|
||||
:members:
|
||||
:undoc-members:
|
Reference in New Issue
Block a user