From 7d338922847422e26fe2520b88aabb56c58cf8fc Mon Sep 17 00:00:00 2001 From: Utkarsh Date: Tue, 9 Jun 2015 10:43:46 -0400 Subject: [PATCH] Update testing.rst --- docs/en_us/internal/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index de59d3841e..f6039a52d6 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -31,8 +31,8 @@ Unit Tests - As a rule of thumb, your unit tests should cover every code branch. -- Mock or patch external dependencies. We use `voidspace - mock `__. +- Mock or patch external dependencies. We use voidspace + `Mock Library `__. - We unit test Python code (using `unittest `__) and