ci: use pytest to test
This has nicer output and will make adding coverage easy in the near future.
This commit is contained in:
parent
7a745e4084
commit
0c53e55753
1 changed files with 3 additions and 4 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue