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