Files
agent-base/pyproject.toml
2026-04-05 13:46:53 +08:00

5 lines
135 B
TOML

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings.dev"
python_files = ["tests.py", "test_*.py"]
pythonpath = ["src"]