Re: [PATCH 15/20] patman: Add tests for help

2025-05-23 Thread Simon Glass
Add a few tests to make sure that help is provided when requested. Signed-off-by: Simon Glass --- tools/patman/func_test.py | 25 + 1 file changed, 25 insertions(+) Applied to sjg/master, thanks!

[PATCH 15/20] patman: Add tests for help

2025-05-08 Thread Simon Glass
Add a few tests to make sure that help is provided when requested. Signed-off-by: Simon Glass --- tools/patman/func_test.py | 25 + 1 file changed, 25 insertions(+) diff --git a/tools/patman/func_test.py b/tools/patman/func_test.py index 9f3ab50fa4e..00aed8786e8 100644