Chris McDonough
2012-08-30 9e99e37432fe494b21c1aa7c4b381ece5c9b2727
Merge pull request #675 from ronnix/patch-3

Fixed broken link in docs/narr/testing.rst
1 files modified
2 ■■■ changed files
docs/narr/testing.rst 2 ●●● patch | view | raw | blame | history
docs/narr/testing.rst
@@ -52,7 +52,7 @@
application is the Python :mod:`unittest` module.  Although this module is
named :mod:`unittest`, it is actually capable of driving both unit and
integration tests.  A good :mod:`unittest` tutorial is available within `Dive
Into Python <http://diveintopython.nfshost.com/unit_testing/index.html>`_ by Mark
Into Python <http://www.diveintopython.net/unit_testing/index.html>`_ by Mark
Pilgrim.
:app:`Pyramid` provides a number of facilities that make unit, integration,