Add extra dependencies for testing
This commit is contained in:
parent
1494f1a5e0
commit
d8d34924f8
@ -2,7 +2,7 @@ run tests:
|
||||
stage: test
|
||||
image: python:3.8
|
||||
script:
|
||||
- pip install pytest pytest-cov
|
||||
- pip install pytest pytest-cov pytest-mock pytest-flask
|
||||
- coverage run -m pytest
|
||||
- coverage report
|
||||
- coverage xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user