PenParse/pytest.ini

5 lines
172 B
INI

# -- FILE: pytest.ini (or tox.ini)
[pytest]
DJANGO_SETTINGS_MODULE = penparse.test_settings
# -- recommended but optional:
python_files = tests.py test/test_*.py *_tests.py