gtat-tech-career-kickstarte.../.vscode/settings.json

12 lines
405 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/solution/.venv/bin/python",
"python.testing.cwd": "${workspaceFolder}/solution",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests",
"--venv-path=${workspaceFolder}/solution/.venv",
"--deployment-config=${workspaceFolder}/solution/deployment_config.json"
]
}