Introduction
It's time for testing. For me, this does not mean TDD and testing every bit of code, but sometimes it is just a tool to help me think through some ideas, can quickly verify something is working as I hoped for. So, the recipes in this section will cover the concepts of what to test, how to get started, mocking, and more.