calculus-agent / pytest.ini
Đỗ Hải Nam
chore: setup project infrastructure and configuration
a172898
raw
history blame contribute delete
206 Bytes
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["backend/tests"]
python_files = "test_*.py"
python_classes = "Test*"
python_functions = "test_*"
asyncio_default_fixture_loop_scope = "function"