Advent Calendar #17 - Splitting logic is great
Do yourself a favor and split the business logic apart from the integration code.
That way you can make your integration code use the business logic, but you are not dependent on instantiating the integration code in a test.
Meaning, that if you have...
royalzsoftware.hashnode.dev2 min read