Files
wehub-resource-sync 4e0f4422d0
build-docs / deploy (push) Waiting to run
Check Markdown links / markdown-link-check (push) Waiting to run
Pytest / test (3.11) (push) Waiting to run
Pytest / test (3.12) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:25:42 +08:00

12 lines
288 B
JSON

{
"python.testing.pytestArgs": [
"sweagent",
"--cov=sweagent/",
"--cov-report=xml:cov.xml",
"-n", "auto",
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"git.ignoreLimitWarning": true
}