diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6fc52aad..9656043b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -49,7 +49,7 @@ "python.testing.unittestEnabled": false, "python.testing.pytestArgs": [ "--rootdir", - "${workspaceFolder}/src/tests" + "${workspaceFolder}/tests" ] } }