This commit is contained in:
itqop 2025-07-19 20:11:22 +03:00
parent fd390fedca
commit 855bf35454
1 changed files with 5 additions and 0 deletions

View File

@ -351,3 +351,8 @@ pytest src/tests/
# Только API # Только API
pytest src/tests/test_api.py pytest src/tests/test_api.py
``` ```
### TODO:
- Реализовать rate limiting с backoff
- Покрытие кода тестами до 80%, доавить unit тесты для бизнес-логики
- Улучшить валидацию входных данных
- Сделать качественную докуентацию