mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 17:03:05 +02:00
- Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
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"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"label": "pytest quick",
|
|
"type": "shell",
|
|
"command": "python -m pip install -r requirements.txt && pytest -q",
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|