ConceptPortal-public/.vscode/settings.json

18 lines
305 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}