2024-12-28 UTC
# carrvo[d] GWG For testing 3rd party I know of 3 approaches that can be used in combination: 1) mock their interfaces to unit test just your code, 2) write tests against their API (helps with both learning and ability to test compatibility of new releases), and 3) write a wrapper around their API so that you have an interface that makes sense for your app (and only expose what you want).