mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-07-20 14:10:09 +08:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
".",
|
|
"-p",
|
|
"*test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |