mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
5 lines
137 B
INI
5 lines
137 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = recipes.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
env =
|
|
DISABLE_EXTERNAL_CONNECTORS = 1 |