network_inventory/.vscode/settings.json
2020-04-20 15:55:50 +02:00

15 lines
420 B
JSON

{
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "venv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 4",
"--ds=network_inventory.settings.local"
]
}