2025-08-22 22:30:47 +02:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"problemMatcher": [
|
|
|
|
|
"$pytest"
|
|
|
|
|
],
|
|
|
|
|
"group": "build"
|
2025-08-23 15:16:26 +02:00
|
|
|
},
|
2025-08-23 17:11:15 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"isBackground": false,
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-08-23 15:16:26 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"isBackground": false,
|
|
|
|
|
"group": "build"
|
2025-09-06 18:26:31 +02:00
|
|
|
},
|
2025-09-07 13:07:15 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-09-07 15:45:25 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-09-08 07:41:15 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-09-08 15:32:55 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-09-08 16:05:14 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
|
|
|
|
},
|
2025-09-06 18:26:31 +02:00
|
|
|
{
|
|
|
|
|
"label": "pytest quick",
|
|
|
|
|
"type": "shell",
|
|
|
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
|
|
|
"group": "build"
|
2025-08-22 22:30:47 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|