Files
mostovik-backend/docs/adr/ADR-008: Testing Strategy.md
Aleksandr Meshchriakov 3d298ce352
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m53s
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 2m54s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
feat: expand platform APIs, sources, and test coverage
2026-03-17 12:56:48 +01:00

27 lines
449 B
Markdown

# ADR-008: Testing Strategy
## Status
Accepted
## Context
Нужно тестировать:
- бизнес-логику
- парсеры
- фоновые задачи
## Decision
- тесты вне src
- pytest
- отдельные скрипты запуска
- режим "production-like"
## Consequences
### Positive
- изоляция тестов
- удобство CI
### Negative
- сложность настройки среды