diff options
| author | Simon Glass <[email protected]> | 2026-04-13 06:59:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-22 16:52:14 -0600 |
| commit | 65c036eeecb9c2c2f991ee10dfd31c7bb24c9ff5 (patch) | |
| tree | 598df6f475be1179297031cd262f0595abce7f14 | |
| parent | 06b12fba0ce89c803440f3f113e6548343b648e7 (diff) | |
test: Add documentation for the FIT test
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 <[email protected]>
| -rw-r--r-- | doc/develop/pytest/test_fit.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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: |
