From 4e6bc835251f6ff2e013b1aa856cc8d170bebecc Mon Sep 17 00:00:00 2001 From: David Sauve Date: Tue, 20 Apr 2010 14:16:06 -0400 Subject: [PATCH] Updated folder layout for test suite. --- README.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1fdf85b..cf03096 100644 --- a/README.rst +++ b/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:: django-haystack + | +---haystack | | | +---backends @@ -57,9 +58,16 @@ The easiest way to test xapian-haystack is to symlink or copy the ``xapian_hayst +---tests | +---core - +---solr_tests - +---whoosh_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::