cloudflare-rs
cloudflare-rs copied to clipboard
Blocking Client Unit Tests
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?