Files
PyShell/.vscode/settings.json
2025-04-02 10:56:24 +08:00

7 lines
143 B
JSON

{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}