]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Add documentation for the FIT test
authorSimon Glass <sjg@chromium.org>
Mon, 13 Apr 2026 12:59:59 +0000 (06:59 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Apr 2026 22:52:14 +0000 (16:52 -0600)
commit65c036eeecb9c2c2f991ee10dfd31c7bb24c9ff5
tree598df6f475be1179297031cd262f0595abce7f14
parent06b12fba0ce89c803440f3f113e6548343b648e7
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 <sjg@chromium.org>
doc/develop/pytest/test_fit.rst [new file with mode: 0644]