Skip to content

Commit

Permalink
remove pytest task
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 19, 2024
1 parent 30a3fad commit deb3604
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "2.0.0",
"tasks": [
{
"label": "Run Pytest tests",
"type": "shell",
"command": "pytest tests --cov=los_tools --cov-report=term-missing:skip-covered -rP -s",
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": []
},
{
"label": "Show website",
"type": "shell",
Expand Down

0 comments on commit deb3604

Please sign in to comment.