
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 v2: - Explicitly provide an empty args list to parse_known_args in test
Maxim Cournoyer (1): patman: additionally honor a local .patman config file
tools/patman/patman.rst | 8 ++++++- tools/patman/settings.py | 24 +++++++++++++++---- tools/patman/test_settings.py | 43 +++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 tools/patman/test_settings.py
base-commit: 9bd3d354a1a0712ac27c717df9ad60566b0406ee prerequisite-patch-id: 10ced6811f0468ea30ab793f3d33a43416dc148c prerequisite-patch-id: d841542388f09c77a7b22bc7b94d72628408fd7f prerequisite-patch-id: 414fe8a358404113a0926217fcd75150d1aabaf6 prerequisite-patch-id: 59f0b30f075c78657a17cbbb75af471e37580bdb prerequisite-patch-id: c7a9c4f2bd34df9da0f173c61fa40bf2f89b6929 prerequisite-patch-id: bd190cf8b6da6e8b20125f957c44cc7f7ea5dd5b prerequisite-patch-id: 26558d3671f2a854303a959f738dfb67b25f7109 prerequisite-patch-id: 19f2332545f2c338004b1728e5cb15cce32656c0 prerequisite-patch-id: f3329676eaff32e3e53ded295da25d34c65609ea prerequisite-patch-id: ab3bf6a5ea3620c31cff3dba52ddb7a7e374a981 prerequisite-patch-id: 4c724f56ca9479252cba51204a50c39a3ac80777 prerequisite-patch-id: 821020262c054cce9f3fe0995d115be3cca84a86 prerequisite-patch-id: e275c8b10099cc526d7b9671aba76dfbf40745c5