2026-07-14 00:40:36 +08:00
|
|
|
# Restrict root collection to SDK tests; recursive collection can include
|
|
|
|
|
# ignored worktrees or venvs and collide on same-named modules.
|
2026-07-11 14:08:24 +08:00
|
|
|
[pytest]
|
|
|
|
|
testpaths = python/sdk/tests
|
|
|
|
|
norecursedirs = node_modules .git dist-exe
|