diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-20 17:10:40 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-20 17:10:40 +0200 |
| commit | 445eb8708fa48209947377f6de609799dd843ad6 (patch) | |
| tree | 3b916b35d0e1711a2e6bf0b7b59619ba3a85878e /docs/tutorials/wiki2/tests.rst | |
| parent | 6f17f6945a3592a24bc3177f43084cd037bc1a98 (diff) | |
| download | pyramid-445eb8708fa48209947377f6de609799dd843ad6.tar.gz pyramid-445eb8708fa48209947377f6de609799dd843ad6.tar.bz2 pyramid-445eb8708fa48209947377f6de609799dd843ad6.zip | |
point to the sources of the wiki tutorials in just one location; fix #763
* This avoids having to update the link multiple times.
* Also, mention their location, in case user has Pyramid checkout.
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki2/tests.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst index 6a7cbf62d..83df86b27 100644 --- a/docs/tutorials/wiki2/tests.rst +++ b/docs/tutorials/wiki2/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 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 |
