fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some refactoring & documentation changes in search.
[wolnelektury.git]
/
apps
/
search
/
tests
/
index.py
diff --git
a/apps/search/tests/index.py
b/apps/search/tests/index.py
index
c2b9110
..
5b37cf0
100644
(file)
--- a/
apps/search/tests/index.py
+++ b/
apps/search/tests/index.py
@@
-1,6
+1,6
@@
from __future__ import with_statement
from __future__ import with_statement
-from search import Index, Search
+from search import Index, Search
, IndexStore
from catalogue import models
from catalogue.test_utils import WLTestCase
from lucene import PolishAnalyzer, Version
from catalogue import models
from catalogue.test_utils import WLTestCase
from lucene import PolishAnalyzer, Version
@@
-8,6
+8,8
@@
from lucene import PolishAnalyzer, Version
from os import path
from os import path
+
+
class BookSearchTests(WLTestCase):
def setUp(self):
WLTestCase.setUp(self)
class BookSearchTests(WLTestCase):
def setUp(self):
WLTestCase.setUp(self)