diff --git a/.devcontainer/vscode/settings.json b/.devcontainer/vscode/settings.json index 86c718cad..bd8251a4a 100644 --- a/.devcontainer/vscode/settings.json +++ b/.devcontainer/vscode/settings.json @@ -1,11 +1,10 @@ { - "python.testing.pytestArgs": [ - "src" - ], + "python.testing.pytestArgs": [], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "files.watcherExclude": { "**/.venv/**": true, "**/pytest_cache/**": true - } + }, + "python.testing.cwd": "${workspaceFolder}/src" }