16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportUndefinedVariable": "none",
|
|
"reportMissingImports": "none"
|
|
},
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./src",
|
|
"-p",
|
|
"*_test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |