show test coverage in terminal

This commit is contained in:
Chris Caron 2020-12-31 12:57:55 -05:00
parent 4c53995456
commit 5bbc79e8db

View File

@ -1,4 +1,4 @@
[pytest] [pytest]
DJANGO_SETTINGS_MODULE = core.settings.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 python_files = tests.py test_*.py *_tests.py