MCPcopy Create free account
hub / github.com/python/cpython / test_multipart_report

Method test_multipart_report

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

Source from the content-addressed store, hash-verified

2902 self._idempotent(msg, text)
2903
2904 def test_multipart_report(self):
2905 msg, text = self._msgobj('msg_05.txt')
2906 self._idempotent(msg, text)
2907
2908 def test_dsn(self):
2909 msg, text = self._msgobj('msg_16.txt')

Callers

nothing calls this directly

Calls 2

_msgobjMethod · 0.95
_idempotentMethod · 0.95

Tested by

no test coverage detected