#testing
Read more stories on Hashnode
Articles with this tag
The first article in this series dealt with avoiding excessive use of mocks when testing code that performs I/O. This article deals with service...
Mocks are a necessary evil in Python testing. If overused, they essentially become "change detectors", meaning that every time you refactor the...
This post is based on a bug my team discovered in production a couple of years ago. We had to pin our Django version because a security patch changed...