Python provides the following two simple modules in the standard library that allow you to write automated tests:
unittest (https://docs.python.org/3/library/unittest.html): This is the standard and most common Python unit testing framework based on Java's JUnit and originally written by Steve Purcell (formerly PyUnit)
Let's take a look at these two modules in the following sections.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.