Add dependencies that are not scooped up by the test plugins
This commit is contained in:
parent
4c5fceb6f2
commit
975c3bb3f3
@ -3,6 +3,7 @@ run tests:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
script:
|
script:
|
||||||
- pip install pytest pytest-cov pytest-mock pytest-flask
|
- pip install pytest pytest-cov pytest-mock pytest-flask
|
||||||
|
- pip install Flask-HTTPAuth
|
||||||
- coverage run -m pytest
|
- coverage run -m pytest
|
||||||
- coverage report
|
- coverage report
|
||||||
- coverage xml
|
- coverage xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user