We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26764 commit 7c589beCopy full SHA for 7c589be
1 file changed
README.rst
@@ -107,9 +107,14 @@ Browse to http://localhost:8000
107
Running Tests
108
^^^^^^^^^^^^^
109
110
+It is recommended to create a virtualenv for testing. Assuming it is already
111
+installed and activated:
112
+
113
::
114
- $ python runtests.py
115
+ $ pip install -e .
116
+ $ pip install -r requirements-development.txt
117
+ $ py.test
118
119
120
-----
0 commit comments