Context
Follow-up to PR #64 which migrated all 8 organization
endpoints to the ORM. No tests were included in that PR.
What needs testing
- GET /organizations (list + search + filters)
- GET /organizations/{id}
- GET /organizations/{id}/domains
- GET /organizations/{id}/bugs
- GET /organizations/{id}/managers
- GET /organizations/{id}/tags
- GET /organizations/{id}/integrations
- GET /organizations/{id}/stats
- GET /organizations/{id}?include=managers,tags,stats
Approach
Follow the same MockDB pattern used in tests/test_orm.py
Context
Follow-up to PR #64 which migrated all 8 organization
endpoints to the ORM. No tests were included in that PR.
What needs testing
Approach
Follow the same MockDB pattern used in tests/test_orm.py