From 707fd9c5943bd6959d3a011f877082100b8daa6b Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Thu, 8 Aug 2024 11:03:31 +0000 Subject: [PATCH] chore(sync): :hammer: synced local '.vscode/settings.json' with remote '.vscode/settings.json' --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) 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", }