Originally published as an internal Github Gist with Ahmed Owainati Jan 2017. Later presented with some silly slides with Ian Macleod Sep 2017. The goal of testing code is both Document what the code should do Assert that it does it It’s very common to find test that do (2)...