6 lines
170 B
TOML
6 lines
170 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath = "."
|
|
testpaths = ["tests"]
|
|
asyncio_mode = "auto"
|
|
norecursedirs = ["tmp", "assets", "node_modules", "dist", "build", "web", "tools"]
|