Message ID | 20250512215424.2362166-1-trini@konsulko.com |
---|---|
State | Accepted, archived |
Commit | 4fde49c317e1dc396b3dbf8e74757f5c18f60f1a |
Delegated to: | Heinrich Schuchardt |
Headers | show |
Series | doc: pytest: Use globing for test files | expand |
Hi Tom, On 5/12/25 11:54 PM, Tom Rini wrote: > 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> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/doc/develop/pytest/index.rst b/doc/develop/pytest/index.rst index 0a7c1b21a24b..dce8a96370f4 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_*
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> --- doc/develop/pytest/index.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-)