{ "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" ] }