summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authordmtucker <david.michael.tucker@gmail.com>2016-05-01 19:27:13 -0700
committerdmtucker <david.michael.tucker@gmail.com>2016-05-01 19:29:34 -0700
commit5e664c7b68947d82bc623a328a5e0be3417760f3 (patch)
treea9f85205771a66d590f5d0fcafc6241a1bfbfee2 /CONTRIBUTING.rst
parent6f809687ce8be362f567d3045374bc00ab02376b (diff)
downloadwerkzeug-5e664c7b68947d82bc623a328a5e0be3417760f3.tar.gz
Add a note about installing before testing
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2febd5ef..8ed4de77 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -39,6 +39,10 @@ Running the testsuite
You probably want to set up a `virtualenv
<http://virtualenv.readthedocs.org/en/latest/index.html>`_.
+Werkzeug must be installed for all tests to pass::
+
+ pip install -e .
+
The minimal requirement for running the testsuite is ``py.test``. You can
install it with::