Skip to content

test: add application and health check flow tests - #77

Merged
MuriloCosta29 merged 1 commit into
mainfrom
feat/application-health-check-tests
Jun 14, 2026
Merged

test: add application and health check flow tests#77
MuriloCosta29 merged 1 commit into
mainfrom
feat/application-health-check-tests

Conversation

@MuriloCosta29

Copy link
Copy Markdown
Owner

Changes

  • Added an isolated test client using in-memory SQLite.

  • Replaced production database dependency with a test session.

  • Mocked cache calls to avoid requiring Redis during tests.

  • Covered the full application CRUD flow:

    • list
    • create
    • get by id
    • update
    • delete
  • Covered health check history responses.

  • Verified that the HEALTH_CHECK_UP Prometheus metric reflects the latest health check status.

  • Added comments explaining the test setup and intent.

@MuriloCosta29
MuriloCosta29 merged commit 1fef9b9 into main Jun 14, 2026
1 check passed
@MuriloCosta29
MuriloCosta29 deleted the feat/application-health-check-tests branch June 14, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant