summaryrefslogtreecommitdiff
path: root/tools/patman/test_common.py
AgeCommit message (Collapse)Author
2026-07-06patman: Remove the test suiteSimon Glass
These tests cover the patch-management functionality, which is being removed from the tree in favour of the standalone patch-manager package. Drop the tests and their data files. Signed-off-by: Simon Glass <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>