Steve Piercy
2016-07-05 07dbcc037b362a257a8bcda92a3d3ad86c9ac47d
Add missing tests to quick_tutorial/forms.
- Closes #2673
(cherry picked from commit 0d37a99)
1 files modified
9 ■■■■ changed files
docs/quick_tutorial/forms.rst 9 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/forms.rst
@@ -74,13 +74,18 @@
    :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