diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-01 03:17:19 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-01 03:17:19 -0400 |
| commit | a7eba78fdb75e85b136b8b13add98c61f16a3790 (patch) | |
| tree | 8c49cd4180ab15f792aab8f507bd2b230771bb4c /docs/narr/testing.rst | |
| parent | a9289d95036eb23e973815e529d3db3fea235046 (diff) | |
| parent | 9e99e37432fe494b21c1aa7c4b381ece5c9b2727 (diff) | |
| download | pyramid-a7eba78fdb75e85b136b8b13add98c61f16a3790.tar.gz pyramid-a7eba78fdb75e85b136b8b13add98c61f16a3790.tar.bz2 pyramid-a7eba78fdb75e85b136b8b13add98c61f16a3790.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 5ce2c8a66..50e9d5604 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.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, |
