From cec59a0b444efc3f1fb03308460cad6bf5a81709 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 7 Oct 2023 11:26:06 -0300 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 2 ++ 1 file changed, 2 insertions(+) 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 `__.