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
|
||||||
@ -10,4 +11,4 @@ run tests:
|
|||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
cobertura: coverage.xml
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user