Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django-haystack/django-haystack
/ setUp
Method
setUp
test_haystack/test_inputs.py:7–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5
6
class
InputTestCase(TestCase):
7
def
setUp(self):
8
super().setUp()
9
self.query_obj = connections[
"default"
].get_query()
10
11
def
test_raw_init(self):
12
raw = inputs.Raw(
"hello OR there, :you"
)
Callers
nothing calls this directly
Calls
1
get_query
Method · 0.45
Tested by
no test coverage detected