From f21c696a5de024ffa83e9fa9d94b1aae8c445a7a Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 17 May 2022 11:54:51 -0700 Subject: [PATCH] Report coverage information to the terminal (#165) Also, upgrade the relevant package dependencies to their latest versions. --- dev-requirements.txt | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 017b5c0..0825cc8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -coverage==4.5.1 +coverage==6.3.3 fakeredis==0.7.0 flake8==4.0.1 freezegun==0.3.15 -pytest-cov==2.5.1 pytest==7.1.2 +pytest-cov==3.0.0 tox==3.1.2 diff --git a/tox.ini b/tox.ini index 17d4d79..5430e6b 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ setenv = commands = pip install -r 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] commands =