ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
108 stars 54 forks source link

Cache http clients used in tests #198

Closed dantb closed 3 years ago

dantb commented 3 years ago

Fixes the client part of https://github.com/ITV/scala-pact/issues/190 by caching clients with the same config. Not sure about the PactStubber, that seems more complicated as it depends on the interactions defined? Maybe it's possible to do though

jbwheatley commented 3 years ago

nice, great solution.