MCPcopy
hub / github.com/aio-libs/aiohttp / test_at_eof

Method test_at_eof

tests/test_multipart.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self.wrapper = wrapper
104
105 def test_at_eof(self):
106 self.wrapper.at_eof()
107 self.assertTrue(self.wrapper.resp.content.at_eof.called)
108
109 def test_next(self):
110 self.wrapper.stream.next.return_value = self.future(b'')

Callers

nothing calls this directly

Calls 1

at_eofMethod · 0.45

Tested by

no test coverage detected