Do you want to be able to utilise the powerful tool that is mocking within your Python tests? Mocking is a useful tool and was vital to unit tests that I needed to write for a project I am working on. I'd never used mocking before, so I didn't know where to start but after reading pages of …
[Read more...] about Mocking in Python – How to Bypass Expensive and External Code Within Your Tests