Files
deepseek-harness/pytest.ini
T

6 lines
219 B
INI
Raw Normal View History

# Restrict root collection to SDK tests; recursive collection can include
# ignored worktrees or venvs and collide on same-named modules.
[pytest]
testpaths = python/sdk/tests
norecursedirs = node_modules .git dist-exe