commit | 1c77598402890ef148c5e114bb5a3a475305ced8 | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Mon Dec 19 17:32:39 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | bbe6902436ddffd32909d02e90f0d86b8e44aa46 | |
parent | f9e20e3bff50722d76720a5cd2ce47252bfe553a [diff] |
patman: locate test data files via __file__ and pathlib Previously it would rely on the executing script location, which could break for example when running the tests via 'pytest'. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>