Skip to content
Snippets Groups Projects

Issue/3 test back end

Merged Victor Löfgren requested to merge issue/3-test-back-end into dev
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -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",
Loading