mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-12 01:03:16 +00:00
Updated folder layout for test suite.
This commit is contained in:
parent
4ca75d2f15
commit
4e6bc83525
1 changed files with 10 additions and 2 deletions
12
README.rst
12
README.rst
|
|
@ -47,6 +47,7 @@ Testing
|
||||||
The easiest way to test xapian-haystack is to symlink or copy the ``xapian_haystack/tests`` folder into the haystack/tests folder so that your source tree resembles this layout::
|
The easiest way to test xapian-haystack is to symlink or copy the ``xapian_haystack/tests`` folder into the haystack/tests folder so that your source tree resembles this layout::
|
||||||
|
|
||||||
django-haystack
|
django-haystack
|
||||||
|
|
|
||||||
+---haystack
|
+---haystack
|
||||||
| |
|
| |
|
||||||
| +---backends
|
| +---backends
|
||||||
|
|
@ -57,9 +58,16 @@ The easiest way to test xapian-haystack is to symlink or copy the ``xapian_hayst
|
||||||
+---tests
|
+---tests
|
||||||
|
|
|
|
||||||
+---core
|
+---core
|
||||||
+---solr_tests
|
| |
|
||||||
+---whoosh_tests
|
| +---[...]
|
||||||
|
|
|
||||||
|
+---[...]
|
||||||
|
|
|
||||||
+---xapian_tests
|
+---xapian_tests
|
||||||
|
| |
|
||||||
|
| +---[...]
|
||||||
|
|
|
||||||
|
+---xapian_settings.py
|
||||||
|
|
||||||
Once this is done, the tests can be executed in a similar fashion as the rest of the Haystack test-suite::
|
Once this is done, the tests can be executed in a similar fashion as the rest of the Haystack test-suite::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue