diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:15:45 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-07 03:15:45 -0700 |
| commit | d68cbc6f69446317bc8b01062609c4779624cfc5 (patch) | |
| tree | 13eef0a6dba8e0453a728ac9d9ec75d7eb08210f /docs | |
| parent | ba78808ec3749aeb6bf5512c06a7999abeacd08f (diff) | |
| download | pyramid-d68cbc6f69446317bc8b01062609c4779624cfc5.tar.gz pyramid-d68cbc6f69446317bc8b01062609c4779624cfc5.tar.bz2 pyramid-d68cbc6f69446317bc8b01062609c4779624cfc5.zip | |
- update unit_testing.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index 4cb7ef714..58512d1cc 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -48,8 +48,8 @@ Steps .. code-block:: bash $ cd ..; cp -r debugtoolbar unit_testing; cd unit_testing - $ $VENV/bin/python setup.py develop - $ $VENV/bin/easy_install nose + $ $VENV/bin/pip install -e . + $ $VENV/bin/pip install nose #. Now we write a simple unit test in ``unit_testing/tutorial/tests.py``: |
