by Carlos Ble | Jun 5, 2008 | Software Development, Test Driven Development
Update: We have developed pyDoubles, a test doubles framework for Python which supports mock objects among other test doubles. We no longer use mocker (described in this post). The best article I’ve found on Mock Objects is again written by one of my favorite...