diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-07-22 22:55:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-22 22:55:09 -0700 |
| commit | 54150cd4eae17a5d5d77d28db36d2299769c7446 (patch) | |
| tree | fc281dfbd36e1382d287b5c3fae13c3a74abad30 | |
| parent | d32e4775e6da03720a9d3b239efeec956101e954 (diff) | |
| parent | cf59e44eba0b9861c989142b3762712d37b20710 (diff) | |
| download | pyramid-54150cd4eae17a5d5d77d28db36d2299769c7446.tar.gz pyramid-54150cd4eae17a5d5d77d28db36d2299769c7446.tar.bz2 pyramid-54150cd4eae17a5d5d77d28db36d2299769c7446.zip | |
Merge pull request #3498 from mandarvaze/patch-1
Fixed broken link to "Dive into Python"
| -rw-r--r-- | CONTRIBUTORS.txt | 2 | ||||
| -rw-r--r-- | docs/narr/testing.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 33218cbbd..c01dd49b2 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -342,3 +342,5 @@ Contributors - Arijit Basu, 2019/02/19 - Theron Luhn, 2019/03/30 + +- Mandar Vaze, 2019/07/20 diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index 8048ca62c..01cea969e 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 3 <https://www.diveinto.org/python3/unit-testing.html>`_ by Mark Pilgrim. :app:`Pyramid` provides a number of facilities that make unit, integration, and |
