summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 13:44:16 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 13:44:16 -0400
commitc5675c6c42ce37625ec4f15880899f7b1f276ef3 (patch)
tree15e6f300d9cbf829ba54158f6be9b5c9a08fe58f /docs/tutorials
parent3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb (diff)
downloadpyramid-c5675c6c42ce37625ec4f15880899f7b1f276ef3.tar.gz
pyramid-c5675c6c42ce37625ec4f15880899f7b1f276ef3.tar.bz2
pyramid-c5675c6c42ce37625ec4f15880899f7b1f276ef3.zip
add link to tests source
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/tests.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index f8dbb0f18..6a7cbf62d 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -6,6 +6,11 @@ We will now add tests for the models and the views and a few functional
tests in the ``tests.py``. Tests ensure that an application works, and
that it continues to work after changes are made in the future.
+The source code for this tutorial stage can be browsed at
+`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki2/src/tests/
+<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki2/src/tests/>`_.
+
+
Testing the Models
==================