X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d342589a7889a3b096e7192453d53bd28eed7d..442e7667f2d3ae96b873dacc1c7f980765ecc57a:/src/search/tests/index.py diff --git a/src/search/tests/index.py b/src/search/tests/index.py index d11ff7b06..2af1d3030 100644 --- a/src/search/tests/index.py +++ b/src/search/tests/index.py @@ -30,17 +30,6 @@ class BookSearchTests(WLTestCase): self.do_anusie = Book.from_xml_file( get_fixture('fraszka-do-anusie.xml', catalogue)) - def test_search_perfect_book_author(self): - books = self.search.search_books(self.search.index.query(authors=u"sęp szarzyński")) - assert len(books) == 1 - assert books[0].id == self.do_anusie.id - - # here we lack slop functionality as well - def test_search_perfect_book_title(self): - books = self.search.search_books(self.search.index.query(title=u"fraszka do anusie")) - assert len(books) == 1 - assert books[0].id == self.do_anusie.id - # TODO: Add slop option to sunburnt # def test_search_perfect_parts(self): # books = self.search.search_phrase(u"Jakoż hamować")