10 lines
254 B
JSON
10 lines
254 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestEnv": {
|
|
"DOCKER_HOST": "unix:///home/cal/.docker/desktop/docker.sock"
|
|
}
|
|
} |