Added coverage tests

pull/8/merge
J. Fernando Sánchez 7 years ago
parent b4ca5f4a7c
commit 7eaf303124

@ -28,8 +28,8 @@ stages:
- source .venv/$PYTHON_VERSION/bin/activate
- pip install --use-wheel -r requirements.txt
- pip install --use-wheel -r test-requirements.txt
- python setup.py test
- py.test --cov=senpy --cov-report term-missing
test-3.5:
<<: *test_definition
image: "python:3.5"

@ -1,2 +1,3 @@
pytest
mock
pytest-cov

Loading…
Cancel
Save