Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ test_create_with_no_args
Method
test_create_with_no_args
tests/httpwrappers/tests.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
32
class
QueryDictTests(SimpleTestCase):
33
def
test_create_with_no_args(self):
34
self.assertEqual(QueryDict(), QueryDict(
""
))
35
36
def
test_missing_key(self):
37
q = QueryDict()
Callers
nothing calls this directly
Calls
1
QueryDict
Class · 0.90
Tested by
no test coverage detected