fastapi-app/pyproject.toml
2025-02-21 01:11:20 +01:00

5 lines
82 B
TOML

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-v"
pythonpath = ["."]