Skip to content

test: add smoke tests for organizations handler endpoints #69

@SatishKumar620

Description

@SatishKumar620

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions