Chris McDonough
2012-03-17 c5675c6c42ce37625ec4f15880899f7b1f276ef3
add link to tests source
1 files modified
5 ■■■■■ changed files
docs/tutorials/wiki2/tests.rst 5 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/tests.rst
@@ -6,6 +6,11 @@
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
==================