(self)
| 212 | pass |
| 213 | |
| 214 | def test_count(self): |
| 215 | self.assertEqual(SearchQuerySet().count(), 23) |
| 216 | self.assertEqual(self.search_index.objects.count(), 23) |
| 217 | |
| 218 | def test_best_match(self): |
| 219 | self.assertTrue( |
nothing calls this directly
no test coverage detected