()
| 400 | |
| 401 | |
| 402 | def test_create_environ_query_string_error(): |
| 403 | with pytest.raises(ValueError): |
| 404 | create_environ("/foo?bar=baz", query_string={"a": "b"}) |
| 405 | |
| 406 | |
| 407 | def test_builder_from_environ(): |
nothing calls this directly
no test coverage detected