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

Method test_long_header

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

Source from the content-addressed store, hash-verified

2956 self._idempotent(msg, text)
2957
2958 def test_long_header(self):
2959 msg, text = self._msgobj('msg_27.txt')
2960 self._idempotent(msg, text)
2961
2962 def test_MIME_digest_with_part_headers(self):
2963 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