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