This commit is contained in:
taoufik07
2019-02-22 10:40:27 +01:00
parent 447630a051
commit 2cd5596def
+1
View File
@@ -724,6 +724,7 @@ def test_response_text_property(api):
assert r.content == b"<h1>Hello !</h1>"
assert r.headers["Content-Type"] == "text/plain"
def test_stream(api, session):
async def shout_stream(who):
for c in who.upper():