MCPcopy Index your code
hub / github.com/python/cpython / test_readline

Method test_readline

Lib/test/test_httplib.py:1689–1691  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1687 self.assertEqual(b"".join(all), self.lines_expected)
1688
1689 def test_readline(self):
1690 resp = self.resp
1691 self._verify_readline(self.resp.readline, self.lines_expected)
1692
1693 def test_readline_without_limit(self):
1694 self._verify_readline(self.resp.readline, self.lines_expected, limit=-1)

Callers

nothing calls this directly

Calls 1

_verify_readlineMethod · 0.95

Tested by

no test coverage detected