Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-27 | patman: Avoid touching the system or local config | Simon Glass | |
Set the git variables to ensure that any local gitconfig is not used or affected by the tests. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2025-05-27 | patman: Add a fourth series for testing | Simon Glass | |
Create one more series to use for testing. This one has four separate patches. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2025-05-27 | patman: Move common test code into a new module | Simon Glass | |
The func_test file is quite large. In order to allow new tests to be added to a separate file, move the common test code into a separate class, to be inherited by other classes. Drop unnecessary imports in func_test Signed-off-by: Simon Glass <sjg@chromium.org> |