mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
code smell. remove pdb
This commit is contained in:
parent
81523a6b09
commit
24dfdb69ca
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ class BaseHTTPServerTestCase(BaseTestCase):
|
||||||
res = self.con.getresponse()
|
res = self.con.getresponse()
|
||||||
self.assertEqual(res.status, 404)
|
self.assertEqual(res.status, 404)
|
||||||
data = res.read()
|
data = res.read()
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
self.assertEqual(int(res.getheader('Content-Length')), len(data))
|
self.assertEqual(int(res.getheader('Content-Length')), len(data))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue