From a7726654ffba31ace8e78e1dc0620ffdcad97da9 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Sat, 4 Apr 2026 08:51:50 -0400 Subject: [PATCH] Add testing instructions to CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2c76099..803efd2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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`)