From 5bbc79e8db593c01e06cfa875ef1c125ad57bd90 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 31 Dec 2020 12:57:55 -0500 Subject: [PATCH] show test coverage in terminal --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 177ea1e..c6dba9f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] DJANGO_SETTINGS_MODULE = core.settings.pytest -addopts = --nomigrations --cov=. --cov-report=html +addopts = --nomigrations --cov=. --cov-report=term-missing python_files = tests.py test_*.py *_tests.py