7 lines
218 B
TOML
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"]
|