()
| 1160 | |
| 1161 | @app.route("/list") |
| 1162 | def from_list(): |
| 1163 | return ["foo", "bar"], 201 |
| 1164 | |
| 1165 | assert client.get("/text").data == "Hällo Wörld".encode() |
| 1166 | assert client.get("/bytes").data == "Hällo Wörld".encode() |
nothing calls this directly
no outgoing calls
no test coverage detected