2023-03-12 14:16:44 +00:00
|
|
|
{
|
|
|
|
"python.analysis.extraPaths": [
|
|
|
|
"./src"
|
2023-03-12 17:07:22 +00:00
|
|
|
],
|
|
|
|
"python.testing.unittestArgs": [
|
|
|
|
"-v",
|
|
|
|
"-s",
|
|
|
|
"./src",
|
|
|
|
"-p",
|
|
|
|
"test*.py"
|
|
|
|
],
|
|
|
|
"python.testing.pytestEnabled": false,
|
|
|
|
"python.testing.unittestEnabled": true
|
2023-03-12 14:16:44 +00:00
|
|
|
}
|