[PATCH v2 5/8] patman: add pytest configuration file
Simon Glass
sjg at chromium.org
Mon Dec 19 20:20:48 CET 2022
On Mon, 19 Dec 2022 at 07:53, Maxim Cournoyer <maxim.cournoyer at gmail.com> wrote:
>
> With this change, a user can run the patman test suite using Pytest
> the same as when using 'patman test':
>
> $ cd tools/patman && pytest
> [...]
> 44 passed, 8 warnings in 8.87s
>
> $ ./patman test
> Ran 44 tests in 8.460s
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer at savoirfairelinux.com>
> ---
>
> (no changes since v1)
>
> tools/patman/pytest.ini | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 tools/patman/pytest.ini
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list