MCPcopy
hub / github.com/pallets/werkzeug / test_parse_from_environ

Method test_parse_from_environ

tests/test_formparser.py:236–239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 )
235
236 def test_parse_from_environ(self):
237 parser = FormDataParser()
238 stream, _, _ = parser.parse_from_environ({"wsgi.input": ""})
239 assert stream is not None
240
241
242# TODO Fix the ResourceErrors, somewhere in here a SpooledTemporaryFile is not

Callers

nothing calls this directly

Calls 2

parse_from_environMethod · 0.95
FormDataParserClass · 0.90

Tested by

no test coverage detected