Getting Started With Unit Tests in Python — Part 1: Fundamentals
9 min readJan 27
--
This is part of my learning journey as I dive deep into Python development.
In this article, we will dive into the world of unit testing. We will cover the basics of what unit tests are, the appropriate situations in which to use them, and when it may be more beneficial to forego them.
Furthermore, we will familiarize ourselves with the common terminology associated with unit testing and explore a practical approach to designing effective tests.