feat: add the vscode unit test debug settings (#346)

This commit is contained in:
Willem Jiang
2025-07-12 13:27:47 +08:00
committed by GitHub
parent 9f8f060506
commit 0d3255cdae
2 changed files with 37 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}