Revisiting unit testing and mocking in Python
CYBERSECURITY FEATURED ANALYSIS

Revisiting unit testing and mocking in Python

SOURCE

Blog RSS Feed | Snyk

DATE

READ

1 min read

This post covers some higher-level software engineering principles demonstrated in my experience with Python testing over the past year and half. In particular, I want to revisit the idea of patching mock objects in unit …

This post covers some higher-level software engineering principles demonstrated in my experience with Python testing over the past year and half. In particular, I want to revisit the idea of patching mock objects in unit tests.