1
0
Fork 0
satnogs-db/pytest.ini

5 lines
117 B
INI

[pytest]
addopts = -v --cov --cov-report term-missing
python_files = tests.py
DJANGO_SETTINGS_MODULE=db.settings.dev