mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
11 lines
155 B
ReStructuredText
11 lines
155 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
test_fit
|
|
========
|
|
|
|
.. automodule:: test_fit
|
|
:synopsis:
|
|
:member-order: bysource
|
|
:members:
|
|
:undoc-members:
|