Getting Started Unit Testing with Pytest — PART 2

Making a mocker-y of unit testing.

Ben Bogart
Towards Data Science
7 min readJul 25, 2021

--

Last week I wrote about getting started with unit tests. We covered basic assertion testing, parameterization, fixtures, and most importantly, how tests save you time so you can get more done or spend more time with your family — your choice. This article starts where that one left off, so if you need a refresher, here is…

--

--