mirror of
https://github.com/QualityInUse/lab-coverage-maksktl.git
synced 2026-08-05 12:15:29 +03:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"name": "Regression",
|
|
"setup": "sudo -H pip3 install poetry ; poetry install",
|
|
"run": "poetry run pytest .",
|
|
"input": "",
|
|
"output": "",
|
|
"comparison": "included",
|
|
"timeout": 5,
|
|
"points": 1
|
|
}
|
|
]
|
|
} |