File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,30 @@ Running Tests
7
7
Dependencies
8
8
============
9
9
10
- ``Haystack `` uses the `Mock <http://pypi.python.org/pypi/mock >`_ library for
11
- testing. You will need to install it before running the tests::
10
+ Everything
11
+ ----------
12
+
13
+ The simplest way to get up and running with Haystack's tests is to run::
14
+
15
+ pip install -r tests/requirements.txt
16
+
17
+ This installs all of the backend libraries & all dependencies for getting the
18
+ tests going. You will still have to setup search servers (for running Solr
19
+ tests, the spatial Solr tests & the Elasticsearch tests).
20
+
21
+
22
+ Cherry-Picked
23
+ -------------
24
+
25
+ If you'd rather not run all the tests, install only the backends you need.
26
+ Additionally, ``Haystack `` uses the Mock _ library for testing. You will need
27
+ to install it before running the tests::
12
28
13
29
pip install mock
14
30
31
+ .. _Mock : http://pypi.python.org/pypi/mock
32
+
33
+
15
34
Core Haystack Functionality
16
35
===========================
17
36
You can’t perform that action at this time.
0 commit comments