shilad/wikibrain

TestLuceneSearcher, TestEsaMetric should not be unit tests.

Closed this issue · 0 comments

Unit tests should run successfully in complete isolation. Both tests rely on a lucene simple English index, so they'll fail unless the tester has run the indexing process.

It seems good to keep these tests, but move them to the cookbook module. And make them runnable java applications instead of unit tests.