summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 04:45:14 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 04:45:14 -0400
commit72bf7517187f68908c5c4b53760a57a99db8889b (patch)
tree98576c6ad37cf7c6c0cfaf62b635723380cc2393 /docs/tutorials/wiki/tests.rst
parentfc477b2e4b20ae2788e468e45b2831e774be8ced (diff)
parent6a28ee15243fa1a3ae918d176cc6629c1cacfb7e (diff)
downloadpyramid-72bf7517187f68908c5c4b53760a57a99db8889b.tar.gz
pyramid-72bf7517187f68908c5c4b53760a57a99db8889b.tar.bz2
pyramid-72bf7517187f68908c5c4b53760a57a99db8889b.zip
Merge branch 'mmerickel-feature.rendering-doc-updates'
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
-rw-r--r--docs/tutorials/wiki/tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index e40dc286b..e724f3e18 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -59,8 +59,8 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``.
.. literalinclude:: src/tests/setup.py
:linenos:
:language: python
- :lines: 11-21
- :emphasize-lines: 10
+ :lines: 11-22
+ :emphasize-lines: 11
After we've added a dependency on WebTest in ``setup.py``, we need to rerun
``setup.py develop`` to get WebTest installed into our virtualenv. Assuming