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(-) (limited to 'docs') 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 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(-) (limited to 'docs') 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