summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 13:45:50 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 13:45:50 -0400
commit2eaaccc3dea2a28938b2e0382a0f5320b2a1cdd7 (patch)
treecd54cd158ee69fbb33217ef59633ca44e418882a /docs/tutorials/wiki/tests.rst
parentc5675c6c42ce37625ec4f15880899f7b1f276ef3 (diff)
downloadpyramid-2eaaccc3dea2a28938b2e0382a0f5320b2a1cdd7.tar.gz
pyramid-2eaaccc3dea2a28938b2e0382a0f5320b2a1cdd7.tar.bz2
pyramid-2eaaccc3dea2a28938b2e0382a0f5320b2a1cdd7.zip
link to tests stage source
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
-rw-r--r--docs/tutorials/wiki/tests.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index 1ddb8f408..ebb4d93dc 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -6,6 +6,10 @@ 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 some changes are made in the future.
+The source code for this tutorial stage can be browsed via
+`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/tests/
+<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/tests/>`_.
+
Test the Models
===============