MCPcopy Create free account
hub / github.com/Pylons/webtest / items

Method items

tests/test_debugapp.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 def test_fake_dict(self):
175 class FakeDict:
176 def items(self):
177 return [('a', '10'), ('a', '20')]
178 self.app.post('/params', params=FakeDict())

Callers 11

lintMethod · 0.80
upload_fieldsMethod · 0.80
__call__Method · 0.80
encode_paramsFunction · 0.80
header_itemsMethod · 0.80
requestMethod · 0.80
do_requestMethod · 0.80
_gen_requestMethod · 0.80
get_files_pageMethod · 0.80
get_files_pageMethod · 0.80
submit_appFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected