5 lines
135 B
TOML
5 lines
135 B
TOML
[tool.pytest.ini_options]
|
|
DJANGO_SETTINGS_MODULE = "config.settings.dev"
|
|
python_files = ["tests.py", "test_*.py"]
|
|
pythonpath = ["src"]
|