From 17c233ec6b47541c03d768dfd67964c057ad8388 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Tue, 3 Sep 2024 19:27:54 -0400 Subject: [PATCH] fix trunk --- .vscode/settings.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b4e851952..182b9ef27 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { - "python.testing.pytestArgs": [ - "backend" - ], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.cwd": "${workspaceFolder}/backend", + "python.testing.pytestArgs": ["."], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true }