summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/forms.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-05 03:07:05 -0700
committerSteve Piercy <web@stevepiercy.com>2016-07-05 03:07:05 -0700
commit0d37a99d86bf57f5254448b75665499682b9a613 (patch)
treeebf6a6ad0e157b45ee8388d023dcf44fc7af4c8b /docs/quick_tutorial/forms.rst
parent7909e9503cdfc6f6e84d2c7ace1d3c03ca1d8b73 (diff)
downloadpyramid-0d37a99d86bf57f5254448b75665499682b9a613.tar.gz
pyramid-0d37a99d86bf57f5254448b75665499682b9a613.tar.bz2
pyramid-0d37a99d86bf57f5254448b75665499682b9a613.zip
Add missing tests to quick_tutorial/forms.
- Closes #2673
Diffstat (limited to 'docs/quick_tutorial/forms.rst')
-rw-r--r--docs/quick_tutorial/forms.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/quick_tutorial/forms.rst b/docs/quick_tutorial/forms.rst
index 66e77491d..1f421ee67 100644
--- a/docs/quick_tutorial/forms.rst
+++ b/docs/quick_tutorial/forms.rst
@@ -74,13 +74,18 @@ Steps
:language: html
:linenos:
-#. Finally, a template at ``forms/tutorial/wikipage_view.pt`` for viewing a
- wiki page:
+#. Add a template at ``forms/tutorial/wikipage_view.pt`` for viewing a wiki
+ page:
.. literalinclude:: forms/tutorial/wikipage_view.pt
:language: html
:linenos:
+#. Our tests in ``forms/tutorial/tests.py`` don't run, so let's modify them:
+
+ .. literalinclude:: forms/tutorial/tests.py
+ :linenos:
+
#. Run the tests:
.. code-block:: bash