Report coverage information to the terminal (#165)

Also, upgrade the relevant package dependencies to their latest
versions.
This commit is contained in:
Jon Parise 2022-05-17 11:54:51 -07:00 committed by GitHub
parent ff243787c7
commit f21c696a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
coverage==4.5.1 coverage==6.3.3
fakeredis==0.7.0 fakeredis==0.7.0
flake8==4.0.1 flake8==4.0.1
freezegun==0.3.15 freezegun==0.3.15
pytest-cov==2.5.1
pytest==7.1.2 pytest==7.1.2
pytest-cov==3.0.0
tox==3.1.2 tox==3.1.2

View file

@ -7,7 +7,7 @@ setenv =
commands = commands =
pip install -r requirements.txt pip install -r requirements.txt
pip install -r dev-requirements.txt pip install -r dev-requirements.txt
pytest --junitxml=junit-{envname}.xml --cov-report xml tests.py pytest --cov=snappass --cov-report=term-missing tests.py
[testenv:flake8] [testenv:flake8]
commands = commands =