Commit 7d338922 by Utkarsh

Update testing.rst

parent 00970a0f
...@@ -31,8 +31,8 @@ Unit Tests ...@@ -31,8 +31,8 @@ Unit Tests
- As a rule of thumb, your unit tests should cover every code branch. - As a rule of thumb, your unit tests should cover every code branch.
- Mock or patch external dependencies. We use `voidspace - Mock or patch external dependencies. We use voidspace
mock <http://www.voidspace.org.uk/python/mock/>`__. `Mock Library <http://www.voidspace.org.uk/python/mock/>`__.
- We unit test Python code (using - We unit test Python code (using
`unittest <http://docs.python.org/2/library/unittest.html>`__) and `unittest <http://docs.python.org/2/library/unittest.html>`__) and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment