start_test_server

Function start_test_server 

Source
pub async fn start_test_server(
    config: Config,
) -> Result<(SocketAddr, JoinHandle<()>)>
Expand description

Starts the server on a random available port and returns the address. Useful for integration tests.