From 259799e0dc8131b699c92e88774c89a9c3b59490 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 7 Nov 2023 00:00:14 +0000 Subject: [PATCH] [ide] Add pytest configuration to VS Code workspace file --- deepali.code-workspace | 1 + 1 file changed, 1 insertion(+) diff --git a/deepali.code-workspace b/deepali.code-workspace index 1dbfc60..e5418af 100644 --- a/deepali.code-workspace +++ b/deepali.code-workspace @@ -46,6 +46,7 @@ }, "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, + "python.testing.pytestArgs": ["tests"], }, "launch": { // Use IntelliSense to learn about possible attributes.