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

Method test_issue2625

Lib/test/test_mailbox.py:1415–1419  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1413 self.assertEqual(os.listdir(path), ['.mh_sequences'])
1414
1415 def test_issue2625(self):
1416 msg0 = mailbox.MHMessage(self._template % 0)
1417 msg0.add_sequence('foo')
1418 key0 = self._box.add(msg0)
1419 refmsg0 = self._box.get_message(key0)
1420
1421 def test_issue7627(self):
1422 msg0 = mailbox.MHMessage(self._template % 0)

Callers

nothing calls this directly

Calls 3

add_sequenceMethod · 0.95
addMethod · 0.45
get_messageMethod · 0.45

Tested by

no test coverage detected