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

Method test_long_header

Lib/test/test_email/test_email.py:2892–2894  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2890 self._idempotent(msg, text)
2891
2892 def test_long_header(self):
2893 msg, text = self._msgobj('msg_27.txt')
2894 self._idempotent(msg, text)
2895
2896 def test_MIME_digest_with_part_headers(self):
2897 msg, text = self._msgobj('msg_28.txt')

Callers

nothing calls this directly

Calls 2

_msgobjMethod · 0.95
_idempotentMethod · 0.95

Tested by

no test coverage detected