bookwyrm/pytest.ini

4 lines
146 B
INI
Raw Normal View History

2020-11-08 20:14:57 +00:00
[pytest]
DJANGO_SETTINGS_MODULE = bookwyrm.settings
python_files = tests.py test_*.py *_tests.py
addopts = --cov=bookwyrm --cov-config=.coveragerc