Revisiting Unit Testing and Mocking in Python

As a follow up to Python Mocking 101: Fake It Before You Make It, this post covers some higher-level software engineering principles demonstrated in our Python testing over the past year and half. In particular, the idea of patching mock objects in unit t… Read more

Similar

Automate Photoshop with Python

This is a brief blog post describing my experience with automating Photoshop using Python. I am an experienced software developer, but had never really used Photoshop before. As you can tell from my wonderful programmer art in this post ;)... (more…)

Read more »