mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
# Conflicts: # docs/config-catalog.md # docs/event-producer-consumer.md # docs/rfc/implemented/feature/2026-07-05-dynamic-workflows.md # examples/acp-agent/tests/acp.snapshot.ts # packages/code-runtime/code-runtime-worker/tests/built-lib.e2e.ts # packages/code-runtime/code-runtime-worker/tsdown.config.ts
6 lines
219 B
INI
6 lines
219 B
INI
# 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
|