summaryrefslogtreecommitdiff
path: root/tests/README.rst
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-29 11:45:06 -0500
committerTim Graham <timograham@gmail.com>2014-12-01 16:08:25 -0500
commit82e4f956e3faa4a48fe3c90e02673c1a916d6943 (patch)
treeaa8aaeb1a2aaa1dc9ccad5f764ff10b4abf6dc49 /tests/README.rst
parent43fcf3505eb22228f551ab03122f99b3d40f38ed (diff)
Fixed #23289 -- Added mock as a test dependency.
Diffstat (limited to 'tests/README.rst')
-rw-r--r--tests/README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/README.rst b/tests/README.rst
index 1a12cad3fa..73bce435e2 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -1,5 +1,7 @@
To run the test suite::
+ $ cd tests
+ $ pip install -r requirements/py3.txt # or py2.txt
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
For more information about the test suite, see