MCPcopy Create free account
hub / github.com/django-haystack/django-haystack / BasicMockModelSearchIndex

Class BasicMockModelSearchIndex

test_haystack/test_views.py:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class BasicMockModelSearchIndex(indexes.BasicSearchIndex, indexes.Indexable):
23 def get_model(self):
24 return MockModel
25
26
27class BasicAnotherMockModelSearchIndex(indexes.BasicSearchIndex, indexes.Indexable):

Callers 14

setUpMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.70
test_more_like_thisMethod · 0.70
test_runMethod · 0.70
test_log_queryMethod · 0.70
setUpMethod · 0.70
test_modelsMethod · 0.70
setUpMethod · 0.70
setUpMethod · 0.70
setUpMethod · 0.70

Calls

no outgoing calls

Tested by 14

setUpMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.56
test_more_like_thisMethod · 0.56
test_runMethod · 0.56
test_log_queryMethod · 0.56
setUpMethod · 0.56
test_modelsMethod · 0.56
setUpMethod · 0.56
setUpMethod · 0.56
setUpMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…