#287: Testing without dependencies, mocking in Python

Talk Python To Me

Episode | Podcast

Date: Wed, 21 Oct 2020 00:00:00 -0800

We know our unit tests should be relatively independent from other parts of the system. For example, running a test shouldn't generally call a credit card possessing API and talk to a database when your goal is just to test the argument validation.