Test health
hypha.test_health
¶
TestHealthCheck
¶
Bases: TestCase
hypha.test_health
¶ TestHealthCheck
¶
Bases: TestCase
test_returns_200_when_db_healthy
¶ test_response_body_is_ok_when_healthy
¶ test_content_type_is_text_plain_when_healthy
¶ test_accessible_without_authentication
¶ test_returns_500_when_db_unavailable
¶hypha/test_health.py test_response_body_is_failed_when_db_unavailable
¶hypha/test_health.py test_content_type_is_text_plain_on_failure
¶hypha/test_health.py test_exception_detail_not_exposed_in_response
¶hypha/test_health.py test_logs_error_on_db_failure
¶hypha/test_health.py