test_httplib.py | 348 expected_body = b"It's just a flesh wound" variable in class:TransferEncodingTest 358 self.assertEqual(body, self.expected_body) 372 self.assertEqual(body, self.expected_body) 378 'POST', '/', self.expected_body.decode('latin-1'), 384 self.assertEqual(body, self.expected_body) 396 self.assertEqual(self._parse_chunked(body), self.expected_body) 407 self.assertEqual(body, self.expected_body) 425 lines = self.expected_body.split(b' ') [all...] |