From: Tom Rini Date: Mon, 12 May 2025 21:54:24 +0000 (-0600) Subject: doc: pytest: Use globing for test files X-Git-Tag: v2025.07-rc3~12^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fde49c317e1dc396b3dbf8e74757f5c18f60f1a;p=thirdparty%2Fu-boot.git 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 Signed-off-by: Tom Rini Reviewed-by: Quentin Schulz --- 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_*