diff --git a/.vscode/settings.json b/.vscode/settings.json index b5f7833..1f50220 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,4 +37,6 @@ "quarto" ], "cSpell.language": "en,en-GB", + "python.testing.pytestEnabled": true, + "python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest", }