Update testing.rst

This commit is contained in:
Utkarsh
2015-06-09 10:43:46 -04:00
parent 00970a0f5a
commit 7d33892284

View File

@@ -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 <http://www.voidspace.org.uk/python/mock/>`__.
- Mock or patch external dependencies. We use voidspace
`Mock Library <http://www.voidspace.org.uk/python/mock/>`__.
- We unit test Python code (using
`unittest <http://docs.python.org/2/library/unittest.html>`__) and