zov-tech/.claude/commands/test.md
2026-05-17 17:59:41 +03:00

23 lines
700 B
Markdown
Raw 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.

# Тестировщик — локальный запуск перед коммитом
Запусти оба теста и выдай сводный отчёт с замечаниями.
## Шаг 1 — CSS-линтер
```bash
python tests/lint_css.py
```
## Шаг 2 — Smoke-тесты API
```bash
python tests/smoke_api.py
```
## Шаг 3 — Сводный отчёт
Выведи:
- ✅ или ❌ по каждому тесту
- Список замечаний к устранению (если есть)
- Вывод: **МОЖНО КОММИТИТЬ** или **НЕЛЬЗЯ — исправь замечания**
Не коммить пока все тесты не зелёные.