summaryrefslogtreecommitdiff
path: root/tools/patman/test_common.py
AgeCommit message (Collapse)Author
2025-05-27patman: Avoid touching the system or local configSimon 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-27patman: Add a fourth series for testingSimon 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-27patman: Move common test code into a new moduleSimon 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>