cloudflare-rs icon indicating copy to clipboard operation
cloudflare-rs copied to clipboard

Blocking Client Unit Tests

Open Keiishu opened this issue 11 months ago • 0 comments

I added unit tests to the async client in #259, but I've not yet refactored those tests to use them in the blocking client as well.

I wanted to find a way to not just copy them over, but that might be difficult or result in unnecessarily complex code. What do you think? Should I just copy them over to the blocking client?

Keiishu avatar Feb 24 '25 22:02 Keiishu