gskaro-v1/.skaro/milestones/01-improvements/add-missing-tests/tests.json

50 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"checklist": [
{
"id": "test_files_exist",
"label": "Test files present",
"passed": false,
"detail": "No test files found"
},
{
"id": "spec_exists",
"label": "Specification filled",
"passed": true,
"detail": "1193 chars"
},
{
"id": "stages_complete",
"label": "All stages implemented",
"passed": true,
"detail": "7/7 stages"
}
],
"task_commands": [
{
"name": "Unit tests",
"command": "pytest src/internal/server/tests/",
"success": false,
"exit_code": 1,
"stdout": "",
"stderr": "\"pytest\" не является внутренней или внешней\r\nкомандой, исполняемой программой или пакетным файлом.\r\n"
},
{
"name": "Type check",
"command": "mypy src/internal/server/",
"success": false,
"exit_code": 1,
"stdout": "",
"stderr": "'mypy' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
},
{
"name": "Lint",
"command": "ruff check src/internal/server/",
"success": false,
"exit_code": 1,
"stdout": "",
"stderr": "'ruff' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
}
],
"passed": false,
"timestamp": "2026-03-29T19:27:31.373616"
}