setup-qemu-action/.vscode/settings.json

11 lines
No EOL
207 B
JSON

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