diff options
| author | Chris McDonough <chrism@plope.com> | 2012-12-01 20:29:16 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-12-01 20:29:16 -0500 |
| commit | fb352fb032465bd468427fac0e1f1532cb5000e9 (patch) | |
| tree | 46675c41a81c51a760d0b4b49d452ab08034ad14 /docs/tutorials/wiki/tests.rst | |
| parent | fb30e2cb79490f9dcafaea3d5ce2c0af140eae71 (diff) | |
| parent | ceb5c76e7c49104985d582b135e44a59d901c95e (diff) | |
| download | pyramid-fb352fb032465bd468427fac0e1f1532cb5000e9.tar.gz pyramid-fb352fb032465bd468427fac0e1f1532cb5000e9.tar.bz2 pyramid-fb352fb032465bd468427fac0e1f1532cb5000e9.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki/tests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index ebb4d93dc..46d009d0f 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -62,7 +62,7 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``. .. literalinclude:: src/tests/setup.py :linenos: :language: python - :lines: 9-18 + :lines: 9-19 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 |
