Files
cultivation-world-simulator/pyproject.toml
2026-01-18 16:53:24 +08:00

7 lines
218 B
TOML

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