mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Add VS Code task to run pytests
This commit is contained in:
parent
f81edb3090
commit
cf49b87693
1 changed files with 9 additions and 0 deletions
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
@ -52,6 +52,15 @@
|
||||||
"group": "groupA"
|
"group": "groupA"
|
||||||
},
|
},
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Run python tests",
|
||||||
|
"command": "make test",
|
||||||
|
"type": "shell",
|
||||||
|
"presentation": {
|
||||||
|
"reveal": "always"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue