diff options
| author | Mandar Vaze <mandarvaze@gmail.com> | 2019-07-20 20:17:39 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-20 20:17:39 +0530 |
| commit | c92d9aed95c237a899f92167e4450162d4e957aa (patch) | |
| tree | 4eec83001ce7c1e466d0749475240308ea3235fa | |
| parent | d32e4775e6da03720a9d3b239efeec956101e954 (diff) | |
| download | pyramid-c92d9aed95c237a899f92167e4450162d4e957aa.tar.gz pyramid-c92d9aed95c237a899f92167e4450162d4e957aa.tar.bz2 pyramid-c92d9aed95c237a899f92167e4450162d4e957aa.zip | |
Fixed broken link to "Dive into Python"
| -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 8048ca62c..9fd0cf562 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -50,7 +50,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://www.diveintopython.net/unit_testing/index.html>`_ by Mark +Into Python <https://www.diveinto.org/python3/unit-testing.html>`_ by Mark Pilgrim. :app:`Pyramid` provides a number of facilities that make unit, integration, and |
