1
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2025-07-20 14:10:09 +08:00
setup-qemu-action/.vscode/settings.json

11 lines
207 B
JSON

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