1. Setup

About the code

The closing if block

At the end of each of our Python script there will be an if block. This is where our test code goes. For the purposes of the workshop we will minimize what is inside this if block. Normally you would keep all your tests available (probably written as their own functions, possibly as a separate included module).