Add extra dependencies for testing
This commit is contained in:
parent
1494f1a5e0
commit
d8d34924f8
@ -2,7 +2,7 @@ run tests:
|
|||||||
stage: test
|
stage: test
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
script:
|
script:
|
||||||
- pip install pytest pytest-cov
|
- pip install pytest pytest-cov pytest-mock pytest-flask
|
||||||
- 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