diff options
| author | Mandar Vaze <mandarvaze@gmail.com> | 2019-07-23 11:15:11 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-23 11:15:11 +0530 |
| commit | cf59e44eba0b9861c989142b3762712d37b20710 (patch) | |
| tree | fc281dfbd36e1382d287b5c3fae13c3a74abad30 /docs/narr | |
| parent | 765ce57c719a8080d2ab24eb27092d64e236ca7b (diff) | |
| download | pyramid-cf59e44eba0b9861c989142b3762712d37b20710.tar.gz pyramid-cf59e44eba0b9861c989142b3762712d37b20710.tar.bz2 pyramid-cf59e44eba0b9861c989142b3762712d37b20710.zip | |
Dive into Python -> Dive into Python 3
Addressed the review comments
Diffstat (limited to 'docs/narr')
| -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 9fd0cf562..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 <https://www.diveinto.org/python3/unit-testing.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 |
