switched from unittest to pytest

This commit is contained in:
2023-01-27 13:05:04 +01:00
parent 6704ef8cd9
commit 8211d06079

View File

@ -15,8 +15,9 @@ tests:
- apt-get update
- apt-get install -y ffmpeg libnss3 libxcomposite1 libxtst6
- python -m unittest discover -f ./tests
- coverage run --source=./grum -m unittest discover -f ./tests
# - python -m unittest discover -f ./tests
# - coverage run --source=./grum -m unittest discover -f ./tests
- coverage run --source=./grum -m pytest ./tests
- coverage report
- coverage xml