Serious test-related question -- there is a bunch of code that relies on talking to an API that we do not control. How would YOU go about writing tests for code that relies on this API internally?
@grmpyprogrammer It’s nowhere near perfect, but at a former gig we used mockserver for tests related to an external api.
@thomas I have used mockserver as well, it is not been in use at my current gig