diff --git a/docs/usage.rst b/docs/usage.rst index ddb21cf..1b29d45 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -164,3 +164,5 @@ Where to patch A common issue where mocking appears not to be working is patching in the wrong place. See this `section in the unittest docs `__ which provides a comprehensive explanation. + +Also see this excellent blog post: `Why your mock doesn't work `__.