Add testing instructions to CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 08:51:50 -04:00
parent c8306e6702
commit a7726654ff

View File

@@ -91,6 +91,15 @@ docker compose up -d
**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
- All endpoints are async (`async def`)