]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: pytest: Use globing for test files
authorTom Rini <trini@konsulko.com>
Mon, 12 May 2025 21:54:24 +0000 (15:54 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 18 May 2025 06:51:51 +0000 (08:51 +0200)
After the original series was merged, Quentin noted that we could handle
adding additional tests more easily by using the glob feature. Do so.

Suggested-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
doc/develop/pytest/index.rst

index 0a7c1b21a24b8e5c0537e9fbf90145cc48675ef3..dce8a96370f454b1f86c25c2ec8945c0239a3d04 100644 (file)
@@ -16,12 +16,6 @@ Individual tests
 
 .. toctree::
    :maxdepth: 1
+   :glob:
 
-   test_000_version
-   test_bind
-   test_bootmenu
-   test_bootstage
-   test_button
-   test_efi_loader
-   test_net
-   test_net_boot
+   test_*