Files
pptx-image-compress/.vscode/settings.json
2026-04-09 10:10:57 +02:00

11 lines
208 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}