From 7455ac593020eb2f89a3b6e6da1ec25a366309dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20L=C3=B6fgren?= <victor.l0fgr3n@gmail.com> Date: Tue, 16 Feb 2021 14:13:27 +0100 Subject: [PATCH] #3: Update test server task --- .vscode/tasks.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 415547a1..7178e876 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -29,14 +29,12 @@ "label": "Test Server", "type": "shell", "group": "build", - "command": "${workspaceFolder}/server/env/Scripts/python test.py", + "command": "env/Scripts/pytest.exe --cov app tests/", "problemMatcher": [], "options": { "cwd": "${workspaceFolder}/server" }, - "presentation": { - "group": "Client/Server" - } + }, { "label": "Client + Server", -- GitLab