diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-12 15:54:24 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-05-18 08:51:51 +0200 |
commit | 4fde49c317e1dc396b3dbf8e74757f5c18f60f1a (patch) | |
tree | 81312664a680f17b4f44f47dc2447edcaeac37dd | |
parent | 9effbe1548f5ede3901832c747ea2b48ba8f847e (diff) |
doc: pytest: Use globing for test files
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>
-rw-r--r-- | doc/develop/pytest/index.rst | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/develop/pytest/index.rst b/doc/develop/pytest/index.rst index 0a7c1b21a24..dce8a96370f 100644 --- a/doc/develop/pytest/index.rst +++ b/doc/develop/pytest/index.rst @@ -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_* |