diff --git a/.vscode/settings.json b/.vscode/settings.json index b5f7833..fa1b865 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": "poetry run pytest", }