diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-25 06:55:08 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-25 06:55:08 -0700 |
| commit | 548ec90863ccdb4f1b4dcb0280adcb2466924323 (patch) | |
| tree | 2679b0ba9f45ac2d6cac097435ee36c999c922c1 /docs/narr/testing.rst | |
| parent | c5a8dea7ca6a5b8a039cfa57e518c1783b407fc8 (diff) | |
| parent | 62912fda287f613c4a7180c55a31b349e01e6aa8 (diff) | |
| download | pyramid-548ec90863ccdb4f1b4dcb0280adcb2466924323.tar.gz pyramid-548ec90863ccdb4f1b4dcb0280adcb2466924323.tar.bz2 pyramid-548ec90863ccdb4f1b4dcb0280adcb2466924323.zip | |
Merge pull request #324 from cypha/fix.diveintopythonlink
Fix.diveintopythonlink
Diffstat (limited to 'docs/narr/testing.rst')
| -rw-r--r-- | docs/narr/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index 05e851fde..7ee432fa7 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -52,7 +52,7 @@ The suggested mechanism for unit and integration testing of a :app:`Pyramid` 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.org/unit_testing/index.html>`_ by Mark +Into Python <http://diveintopython.nfshost.com/unit_testing/index.html>`_ by Mark Pilgrim. :app:`Pyramid` provides a number of facilities that make unit, integration, |
