From dba8f7290efb5577835d0c5d10f77a10d476d6a6 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 12 Dec 2024 02:11:40 -0500 Subject: [PATCH] chore: Add pytest to .vscode/settings.json (#315) --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a98d80d..53ad0ac9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,10 @@ "source.fixAll": "explicit", "source.organizeImports": "explicit" } - } + }, + "python.testing.pytestArgs": [ + "tests" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file