From c92d9aed95c237a899f92167e4450162d4e957aa Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Sat, 20 Jul 2019 20:17:39 +0530 Subject: Fixed broken link to "Dive into Python" --- docs/narr/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ by Mark +Into Python `_ by Mark Pilgrim. :app:`Pyramid` provides a number of facilities that make unit, integration, and -- cgit v1.2.3 From 765ce57c719a8080d2ab24eb27092d64e236ca7b Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Sat, 20 Jul 2019 20:19:07 +0530 Subject: Added name to CONTRIBUTORS.txt --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3 From cf59e44eba0b9861c989142b3762712d37b20710 Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Tue, 23 Jul 2019 11:15:11 +0530 Subject: Dive into Python -> Dive into Python 3 Addressed the review comments --- docs/narr/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ by Mark +Into Python 3 `_ by Mark Pilgrim. :app:`Pyramid` provides a number of facilities that make unit, integration, and -- cgit v1.2.3