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

Method test_dsn

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

Source from the content-addressed store, hash-verified

2906 self._idempotent(msg, text)
2907
2908 def test_dsn(self):
2909 msg, text = self._msgobj('msg_16.txt')
2910 self._idempotent(msg, text)
2911
2912 def test_preamble_epilogue(self):
2913 msg, text = self._msgobj('msg_21.txt')

Callers

nothing calls this directly

Calls 2

_msgobjMethod · 0.95
_idempotentMethod · 0.95

Tested by

no test coverage detected