Ronan Amicel
2012-08-30 eb72972b51f58037d1bc1c2e5d81ee10abd82afe
Fixed broken link in docs/narr/testing.rst

Fixed link to "Dive into Python" (previous mirror is down).
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,