Add extra dependencies for testing

This commit is contained in:
Ruben van Staveren 2022-03-10 11:47:38 +01:00
parent 1494f1a5e0
commit d8d34924f8
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

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