This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Introduce testable typesafe client.Client
wrapper, so that our unit tests become great again
#8
Labels
The
client.Client
interface "returns" values via input params which leads to complex stubs and fragile unit tests. Wrapping this client in a typesafe interface that has proper return values will allow us to write standard unit tests using counterfeiter fakes.The text was updated successfully, but these errors were encountered: