Fork me on GitHub
#testing
<
2021-03-12
>
Daniel Wellman18:03:46

I’m looking into some record/replay tools for some tests - making sure that my code interacts properly with another service over HTTP. I have used WireMock in Java before, and see there are a few different Clojure libraries to use this. 1. What tools do you use for these kinds of HTTP tests? 2. If you use WireMock, how do you do it? Via a library, use your own functions, etc.

Daniel Wellman22:03:02

Thanks @U06C35Z37 I’ll check it out