PenParse/pytest.ini

5 lines
163 B
INI
Raw Normal View History

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