diff options
| author | Tom Rini <[email protected]> | 2026-04-22 16:52:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-22 16:52:40 -0600 |
| commit | bfe90a308a94caa9d855440683521ff04122ae2a (patch) | |
| tree | 515a374c551c69a6b76b5a1bc189d4571fdf3eef /doc/develop | |
| parent | e973fa5115e40f93bb1425db5b1cc1f3d9b8047d (diff) | |
| parent | 65c036eeecb9c2c2f991ee10dfd31c7bb24c9ff5 (diff) | |
Merge patch series "test: Refactor FIT test for clarity and extensibility"
Simon Glass <[email protected]> says:
This series reworks the FIT test (test_fit.py) to make it easier to
maintain and extend. It fixes the buildconfigspec so the test actually
runs on sandbox, avoids unnecessary U-Boot restarts, renames the main
test for easier selection, adds a missing-kernel check, fixes Python
warnings, converts the test to use a class, splits into separate test
functions, and adds Sphinx documentation.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'doc/develop')
| -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: |
