switched from unittest to pytest
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user