Refactor .gitignore to streamline ignored files and enhance clarity. Update CLAUDE.md to improve unit test instructions and add coverage reporting details. Revise README.md for better project overview and deployment instructions. Refactor ChannelEndpoints and StreamingEndpoints to utilize SegmentFiles for file resolution, improving code maintainability. Remove unused JunctionHandlers and update DependencyInjection for cleaner service registration. Enhance media processing services for better job handling and error management. Update frontend API types for consistency and clarity.
This commit is contained in:
@@ -117,7 +117,9 @@
|
||||
Backend (из `backend/`):
|
||||
```bash
|
||||
dotnet build
|
||||
dotnet test tests/TeleWave.Domain.Tests tests/TeleWave.Application.Tests
|
||||
# Юнит-тесты (по одному проекту за вызов — MSBuild не принимает несколько):
|
||||
dotnet test tests/TeleWave.Domain.Tests
|
||||
dotnet test tests/TeleWave.Application.Tests
|
||||
# Интеграционные тесты (Testcontainers-Postgres) — нужен запущенный Docker; без него пропускаются:
|
||||
dotnet test tests/TeleWave.Integration.Tests
|
||||
dotnet run --project src/TeleWave.Api
|
||||
|
||||
Reference in New Issue
Block a user