network_inventory/.vscode/settings.json

15 lines
420 B
JSON
Raw Normal View History

2020-02-29 17:07:46 +01:00
{
"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": [
".",
"--ds=network_inventory.settings.local",
"-n 4"
]
2020-02-29 17:07:46 +01:00
}