summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-25 02:48:32 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-25 02:48:32 -0700
commit8d88c0ffa7b8e08215c7a06e130c84b2963f3279 (patch)
treecabeb72d298f23e333b9f4ae0bcf5bf1bf2997e5 /docs/tutorials/wiki2/tests.rst
parenteb61e23b27525769339912af86fe55af7bbcd327 (diff)
downloadpyramid-8d88c0ffa7b8e08215c7a06e130c84b2963f3279.tar.gz
pyramid-8d88c0ffa7b8e08215c7a06e130c84b2963f3279.tar.bz2
pyramid-8d88c0ffa7b8e08215c7a06e130c84b2963f3279.zip
update templates, line numbers, file references
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index 9aca0c5b7..c171a0e6e 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -6,8 +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.
-
-
Testing the Models
==================
@@ -37,7 +35,7 @@ can, and so on.
Viewing the results of all our edits to ``tests.py``
====================================================
-Once we're done with the ``tests.py`` module, it will look a lot like:
+Open the ``tutorial/tests.py`` module, and edit it as follows:
.. literalinclude:: src/tests/tutorial/tests.py
:linenos: