MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_readline

Method test_readline

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

Source from the content-addressed store, hash-verified

1641 self.assertEqual(b"".join(all), self.lines_expected)
1642
1643 def test_readline(self):
1644 resp = self.resp
1645 self._verify_readline(self.resp.readline, self.lines_expected)
1646
1647 def test_readline_without_limit(self):
1648 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