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

Method test_dsn

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

Source from the content-addressed store, hash-verified

2972 self._idempotent(msg, text)
2973
2974 def test_dsn(self):
2975 msg, text = self._msgobj('msg_16.txt')
2976 self._idempotent(msg, text)
2977
2978 def test_preamble_epilogue(self):
2979 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