From 6c3c08c4789b482e810dc4b60bfee914b063b232 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 May 2025 17:23:02 -0600 Subject: doc: pytest: Document the test_efi_loader test Add this test to the documentation. We need to add a code-block annotation to the example and indent it correctly. We also need to document the do_test_efi_helloworld_net function and that in turn means changing the documentation to test_efi_helloworld_net_http and test_efi_helloworld_net_tftp to reflect what is and isn't done in those functions themselves now. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- doc/develop/pytest/test_efi_loader.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/develop/pytest/test_efi_loader.rst (limited to 'doc/develop/pytest/test_efi_loader.rst') diff --git a/doc/develop/pytest/test_efi_loader.rst b/doc/develop/pytest/test_efi_loader.rst new file mode 100644 index 00000000000..da2fa7e6ec2 --- /dev/null +++ b/doc/develop/pytest/test_efi_loader.rst @@ -0,0 +1,8 @@ +test_efi_loader +=============== + +.. automodule:: test_efi_loader + :synopsis: + :member-order: bysource + :members: + :undoc-members: -- cgit v1.2.3