example-of-crud-in-django-w.../pytest.ini
Andros Fenollosa 964053e51c First commit
2021-07-05 15:56:53 +02:00

5 lines
126 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = proyecto.settings
# Opcional, pero recomendado
python_files = tests.py test_*.py *_tests.py