Add unit test suite #18

Merged
ryan merged 2 commits from test/unit-tests into main 2026-04-04 08:52:06 -04:00
Showing only changes of commit a7726654ff - Show all commits

View File

@@ -91,6 +91,15 @@ docker compose up -d
**Auth Flow**: LLDAP → Authelia (OIDC) → Backend JWT → Frontend localStorage **Auth Flow**: LLDAP → Authelia (OIDC) → Backend JWT → Frontend localStorage
## Testing
Always run `make test` before pushing code to ensure all tests pass.
```bash
make test # Run tests
make test-cov # Run tests with coverage
```
## Key Patterns ## Key Patterns
- All endpoints are async (`async def`) - All endpoints are async (`async def`)