Files
Marcelo Trylesinski 4db23041dd fix(tests): replace sleep with anyio.Event in test_session
Replace `await anyio.sleep(0.1)` in `run_server` with an `anyio.Event`
that the mock client sets after receiving the error response. The server
now waits on a precise signal instead of guessing how long the client
needs.
2026-02-14 10:31:22 +01:00
..
2026-01-25 14:45:52 +01:00
2024-09-24 22:04:19 +01:00