Skip to content

Commit 752c767

Browse files
schtibekhornberg
authored andcommitted
Updated the readme for testing (django-json-api#234)
1 parent bb26764 commit 752c767

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,14 @@ Browse to http://localhost:8000
107107
Running Tests
108108
^^^^^^^^^^^^^
109109

110+
It is recommended to create a virtualenv for testing. Assuming it is already
111+
installed and activated:
112+
110113
::
111114

112-
$ python runtests.py
115+
$ pip install -e .
116+
$ pip install -r requirements-development.txt
117+
$ py.test
113118

114119

115120
-----

0 commit comments

Comments
 (0)