ci: use pytest to test

This has nicer output and will make adding coverage easy in the
near future.
This commit is contained in:
Christian Kellner 2020-12-04 17:07:04 +01:00
parent 7a745e4084
commit 0c53e55753

View file

@ -24,10 +24,9 @@ jobs:
uses: osbuild/containers/src/actions/ghci-osbuild@v1
with:
run: |
python3 -m unittest discover \
-k "${{ matrix.test }}" \
-s "test" \
-t . \
python3 -m pytest \
--pyargs "${{ matrix.test }}" \
--rootdir=. \
-v
documentation: