Kaydet (Commit) f580adee authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Remove the debugging print line from the test.

üst e0941c5b
......@@ -95,7 +95,6 @@ class HeaderTests(TestCase):
conn.sock = FakeSocket(None)
conn.putrequest('GET','/')
conn.putheader('Content-length', 42)
print(conn._buffer)
self.assertTrue(b'Content-length: 42' in conn._buffer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment