Added requests_mock to pytest job

This commit is contained in:
Manuel Cortez 2022-02-19 16:15:20 -06:00
parent b15b6f705d
commit ff669e7c5a
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -24,7 +24,7 @@ test:pytest:
image: python:3.8 image: python:3.8
interruptible: true interruptible: true
script: script:
- 'pip install --upgrade pytest coverage' - 'pip install --upgrade pytest coverage requests_mock'
- 'pip install --upgrade -r requirements.txt' - 'pip install --upgrade -r requirements.txt'
- 'coverage run --source . -m pytest --junitxml=report.xml' - 'coverage run --source . -m pytest --junitxml=report.xml'
- 'coverage report' - 'coverage report'