[PATCH v2 8/8] test: Add documentation for the FIT test

Simon Glass sjg at chromium.org
Sun Apr 5 13:11:53 CEST 2026


Add a Sphinx automodule page for test_fit.py so it appears in the pytest
documentation alongside the other test modules. The index already uses a
glob pattern, so this is picked up automatically.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Add new patch for Sphinx documentation as requested by Tom Rini

 doc/develop/pytest/test_fit.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 doc/develop/pytest/test_fit.rst

diff --git a/doc/develop/pytest/test_fit.rst b/doc/develop/pytest/test_fit.rst
new file mode 100644
index 00000000000..3a2359f1e89
--- /dev/null
+++ b/doc/develop/pytest/test_fit.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+test_fit
+========
+
+.. automodule:: test_fit
+   :synopsis:
+   :member-order: bysource
+   :members:
+   :undoc-members:
-- 
2.43.0



More information about the U-Boot mailing list