summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
diff options
context:
space:
mode:
authorgoodwillcoding <goodwillcoding@webhippo.net>2013-01-20 11:58:08 -0800
committergoodwillcoding <goodwillcoding@webhippo.net>2013-01-20 11:58:08 -0800
commit616762f0316064038686cdf8f7ce51bd6fddb915 (patch)
treefae96ca641eade704f5984f0c8d99e3ce74585bb /docs/tutorials/wiki/tests.rst
parent768f520d49bd541b6d6f4c474ce2d96a8482704a (diff)
parent445eb8708fa48209947377f6de609799dd843ad6 (diff)
downloadpyramid-616762f0316064038686cdf8f7ce51bd6fddb915.tar.gz
pyramid-616762f0316064038686cdf8f7ce51bd6fddb915.tar.bz2
pyramid-616762f0316064038686cdf8f7ce51bd6fddb915.zip
Merge pull request #810 from tshepang/master
fix #763 thank
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
-rw-r--r--docs/tutorials/wiki/tests.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index 7a019dd04..49bc780e8 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -6,9 +6,6 @@ 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
===============