Tests use PythonDocumentation Index
Fetch the complete documentation index at: https://docs-chat.die-coaching-akademie.de/llms.txt
Use this file to discover all available pages before exploring further.
unittest and FastAPI’s TestClient.
Run tests
Current coverage focus
Public routes
Demo page,
/health, /chat, deterministic answers.Safety behavior
Placeholder OpenAI key handling, prompt-injection rejection, admin auth.
Answer logic
Infoabende, prices, payment terms, workshops, lead-intent routing.
Analytics
Admin endpoints, question scrubbing, JSONL summaries, no IP/User-Agent
storage.
Example test pattern
Test hygiene
Tests patch environment values where needed, especially forADMIN_TOKEN,
ANALYTICS_ENABLED, and placeholder OpenAI keys. This keeps tests from relying
on local secrets.