Skip to content
Snippets Groups Projects
Commit 7455ac59 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

#3: Update test server task

parent 9a8cbdb4
No related branches found
No related tags found
1 merge request!3Issue/3 test back end
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment