Skip to main content

Module server

Module server 

Source
Expand description

Test server utilities for integration testing.

Structs§

TestHttpClient
HTTP client wrapper for testing REST APIs.
TestServerConfig
Configuration for a test server.

Enums§

TestServerError
Error type for test server operations.

Functions§

get_test_port
Get a unique port for testing.
is_healthy
Check if a server is healthy.
wait_for_health
Wait for a server to become healthy.