From 2eaaccc3dea2a28938b2e0382a0f5320b2a1cdd7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 13:45:50 -0400 Subject: link to tests stage source --- docs/tutorials/wiki/tests.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/tutorials/wiki/tests.rst') 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/ +`_. + Test the Models =============== -- cgit v1.2.3