Skip to content

Commit 65ccdf8

Browse files
committed
asd
1 parent 31021d3 commit 65ccdf8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.DS_Store

12 KB
Binary file not shown.

test/test_streams.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def test_writer(wfile, writer):
7979
'params': {}
8080
})
8181

82+
print(wfile.getvalue())
83+
print([wfile.getvalue()])
8284
if os.name == 'nt':
8385
assert wfile.getvalue() == (
8486
b'Content-Length: 49\r\n'

0 commit comments

Comments
 (0)