Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 387 Bytes

File metadata and controls

14 lines (11 loc) · 387 Bytes

+++ title = "Tests" date = 2019-03-03T12:00:04-08:00 weight = 70 chapter = true draft = false pre = "7. " +++

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.