PenParse/pytest.ini

6 lines
171 B
INI
Raw Permalink Normal View History

2024-12-08 16:22:10 +00:00
# -- FILE: pytest.ini (or tox.ini)
[pytest]
2024-12-20 11:25:14 +00:00
DJANGO_SETTINGS_MODULE = config.test_settings
2024-12-08 16:22:10 +00:00
# -- recommended but optional:
python_files = tests.py test/test_*.py *_tests.py