mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
34 lines
729 B
JSON
34 lines
729 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"problemMatcher": [
|
|
"$pytest"
|
|
],
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"isBackground": false,
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"isBackground": false,
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |