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>
This commit is contained in:
Simon Glass 2026-04-13 06:59:59 -06:00 committed by Tom Rini
parent 06b12fba0c
commit 65c036eeec

View File

@ -0,0 +1,10 @@
.. SPDX-License-Identifier: GPL-2.0+
test_fit
========
.. automodule:: test_fit
:synopsis:
:member-order: bysource
:members:
:undoc-members: