When you start a new thing, getting started using test-driven development might seem hard, because there is nothing to hold on, nothing to call into, nothing to test.

Let me show you how to go from an empty directory to a Python project with a basic test setup in a couple of minutes.