Testing in Python and Django is pretty straight forward. However I wanted to
write tests that assert email sending, URL fetching and other external sources.
Making sure the intended code is executed and allowing me to write fuller tests.
These external actions are accessed through Google’s API, and there