- "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
3 lines
204 B
Python
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).
|