#gRegorLoveaaronpk: What are your thoughts on unit testing a Slim app with Idiorm? I'm wondering if I should break out individual CRUD actions and test them, like "add book". Currently it's mixed in the Slim routes like: "if POST... validate... add book to db... else GET..."