Topic
The wonder and the horror of the mock module
By: Stephen Hoover
Date: March 10, 2016, 4:47 p.m.
The "mock" module is a powerful (and fun!) tool for unit testing, and it comes built in to the the Python standard library. I'll give an overview of some of the more useful features of the module, and finish with a warning about the dangers of too much mockery.