chore: import upstream snapshot with attribution
build-docs / deploy (push) Has been cancelled
Check Markdown links / markdown-link-check (push) Has been cancelled
Pytest / test (3.11) (push) Has been cancelled
Pytest / test (3.12) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:25:42 +08:00
commit 4e0f4422d0
388 changed files with 30544 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"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
}