diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-25 09:55:42 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-25 09:55:42 -0400 |
| commit | ff24a57ec4ec5271052ab488d547028347acd878 (patch) | |
| tree | 2679b0ba9f45ac2d6cac097435ee36c999c922c1 /docs/narr/testing.rst | |
| parent | c5a8dea7ca6a5b8a039cfa57e518c1783b407fc8 (diff) | |
| parent | 548ec90863ccdb4f1b4dcb0280adcb2466924323 (diff) | |
| download | pyramid-ff24a57ec4ec5271052ab488d547028347acd878.tar.gz pyramid-ff24a57ec4ec5271052ab488d547028347acd878.tar.bz2 pyramid-ff24a57ec4ec5271052ab488d547028347acd878.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 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, |
