Chapter 7

Testing in Python

Tests are a cornerstone of a solid Python program. Thankfully, because of Python’s “batteries included” philosophy, all the tools we need for unit testing are included in the standard library. Let’s learn the basics of Unit Testing.