Skip to content

Commit

Permalink
docs: add about testing
Browse files Browse the repository at this point in the history
  • Loading branch information
samylovma committed Mar 26, 2024
1 parent 7bc161b commit aa663b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ ORM для неё выбрана `SQLAlchemy` с высокопроизводи
![Database Schema](./db_schema.svg)


# Тестирование

Пакет тестов не предусмотрен, но приложение спроектировано с учётом этого.
Приложение не имеет переменных с глобальным состояним, зависимости внедряются посредством концепции DI.


# Разработка

Мы проводим статический анализ кода посредством `ruff` и `mypy`.
Expand Down

0 comments on commit aa663b1

Please sign in to comment.