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

Function test_create_environ_query_string_error

tests/test_test.py:402–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400
401
402def test_create_environ_query_string_error():
403 with pytest.raises(ValueError):
404 create_environ("/foo?bar=baz", query_string={"a": "b"})
405
406
407def test_builder_from_environ():

Callers

nothing calls this directly

Calls 1

create_environFunction · 0.90

Tested by

no test coverage detected