14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
"./src"
|
|
],
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./src",
|
|
"-p",
|
|
"test*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |