Files
alpinebits_python/.vscode/settings.json
2025-09-24 15:07:18 +02:00

7 lines
146 B
JSON

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