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 }