Archive for July, 2011

Python Musings: Events and Mocking

Whilst working on a small but useful home python project for MongoDB, I came across the need for using events, but also the ability to assert that the correct events are raised and the arguments of the event were correct.  Whilst doing a quick Google on "Python Events" one of the first...
Read More