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

code smell. remove pdb

üst 81523a6b
......@@ -220,7 +220,6 @@ class BaseHTTPServerTestCase(BaseTestCase):
res = self.con.getresponse()
self.assertEqual(res.status, 404)
data = res.read()
import pdb; pdb.set_trace()
self.assertEqual(int(res.getheader('Content-Length')), len(data))
......
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