chrysopedia/backend/tests/notifications/conftest.py
jlightner cb3a6c919c test: Added GET/PUT notification preferences endpoints, signed-token un…
- "backend/routers/notifications.py"
- "backend/main.py"
- "backend/tests/notifications/test_notifications.py"
- "frontend/src/api/notifications.ts"
- "frontend/src/pages/CreatorSettings.tsx"

GSD-Task: S01/T03
2026-04-04 12:27:18 +00:00

3 lines
204 B
Python

# Standalone conftest for notification tests — intentionally shadows
# the parent conftest.py to avoid importing the full app (which may
# reference routers not present in the running container image).