cloud-run-job-base/.vscode/settings.json
2025-12-04 02:29:19 +09:00

7 lines
147 B
JSON

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