From 82e4f956e3faa4a48fe3c90e02673c1a916d6943 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 29 Nov 2014 11:45:06 -0500 Subject: Fixed #23289 -- Added mock as a test dependency. --- tests/README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/README.rst') 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 -- cgit v1.3