Files
cultivation-world-simulator/pyproject.toml
2026-01-07 20:33:25 +08:00

6 lines
170 B
TOML

[tool.pytest.ini_options]
pythonpath = "."
testpaths = ["tests"]
asyncio_mode = "auto"
norecursedirs = ["tmp", "assets", "node_modules", "dist", "build", "web", "tools"]