Hypermodern Python Chapter 2: Testing

Introduction

In this second installment of the Hypermodern Python series, I’m going to discuss how to add automated testing to your project, and how to teach the random fact generator foreign languages.

Previously, we discussed How to set up a Python project. (If you start reading here, you can also download the code for the previous chapter.)