fix: update test command in README for correct usage of uvicorn

This commit is contained in:
Artem Kashaev 2025-12-01 16:45:21 +05:00
parent 093510c0aa
commit eb67223fc0
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ docker compose -f docker-compose-dev.yml up --build -d
Все тесты находятся в каталоге `tests/` (unit на бизнес-правила и интеграционные сценарии API). Запуск:
```bash
uvx pytest
uv run pytest
```
Полезные варианты: