Add extra dependencies for testing

This commit is contained in:
2022-03-10 11:47:38 +01:00
parent 1494f1a5e0
commit d8d34924f8

View File

@ -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