[PATCH v4 0/6] add support for repository-local .patman config file
Maxim Cournoyer
maxim.cournoyer at gmail.com
Tue Dec 20 03:55:51 CET 2022
This series is based on top of series #333345. It adds support for a
.patman config file local to the git repository. A new test
'test_settings.py' test module is added; it is automatically
discovered and run via pytest, e.g.: 'cd tools/patman && pytest'.
Changes in v4:
- Use tools.run to invoke git in test suite
Changes in v3:
- Clear command line arguments in test_git_local_config
- Also test overriding a 'send' command line argument
Changes in v2:
- Explicitly provide an empty args list to parse_known_args in test
Maxim Cournoyer (6):
patman: fix pep8 warnings in settings module
patman: replace deprecated SafeConfigParser with ConfigParser
patman: import gitutil module where it is needed
patman: set the default config_fname argument value to None
patman: fail early in Setup when provided config file does not exist
patman: additionally honor a local .patman config file
tools/patman/__main__.py | 3 +-
tools/patman/patman.rst | 8 ++-
tools/patman/settings.py | 101 +++++++++++++++++++++-------------
tools/patman/test_settings.py | 65 ++++++++++++++++++++++
4 files changed, 137 insertions(+), 40 deletions(-)
create mode 100644 tools/patman/test_settings.py
base-commit: 609e301d41284dbca3e6d03fe038ea0807b3df93
--
2.38.1
More information about the U-Boot
mailing list