]> git.baikalelectronics.ru Git - uboot.git/commit
patman: add pytest configuration file
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 19 Dec 2022 22:32:42 +0000 (17:32 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commit9fcad9cc89b1dcf8cf0c3f1684a07570f4447140
tree0ba9ea7548abdf1f4a1db7704b9d66504faa6cb1
parenta3614833530c19dcaa39011b834cfca1f6b60972
patman: add pytest configuration file

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

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
tools/patman/pytest.ini [new file with mode: 0644]