rust-rocket icon indicating copy to clipboard operation
rust-rocket copied to clipboard

Add client testing

Open gustafla opened this issue 7 months ago • 0 comments

We should add some tests for the client with various scenarios. This requires implementing a thread local test double for the TcpStream and doing a #[cfg(test)] that switches the actual stream for the stub.

gustafla avatar Jun 06 '25 13:06 gustafla