2024-12-08 16:22:10 +00:00
|
|
|
# -- FILE: pytest.ini (or tox.ini)
|
|
|
|
[pytest]
|
2024-12-08 16:46:45 +00:00
|
|
|
DJANGO_SETTINGS_MODULE = penparse.test_settings
|
2024-12-08 16:22:10 +00:00
|
|
|
# -- recommended but optional:
|
2024-12-09 09:53:44 +00:00
|
|
|
python_files = tests.py test/test_*.py *_tests.py
|