MCPcopy
hub / github.com/django/django / test_querydict_fromkeys

Method test_querydict_fromkeys

tests/httpwrappers/tests.py:262–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260 self.assertEqual(copy.deepcopy(q).encoding, "iso-8859-15")
261
262 def test_querydict_fromkeys(self):
263 self.assertEqual(
264 QueryDict.fromkeys(["key1", "key2", "key3"]), QueryDict("key1&key2&key3")
265 )
266
267 def test_fromkeys_with_nonempty_value(self):
268 self.assertEqual(

Callers

nothing calls this directly

Calls 2

QueryDictClass · 0.90
fromkeysMethod · 0.80

Tested by

no test coverage detected