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