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

Method test_issue2625

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

Source from the content-addressed store, hash-verified

1428 self.assertEqual(os.listdir(path), ['.mh_sequences'])
1429
1430 def test_issue2625(self):
1431 msg0 = mailbox.MHMessage(self._template % 0)
1432 msg0.add_sequence('foo')
1433 key0 = self._box.add(msg0)
1434 refmsg0 = self._box.get_message(key0)
1435
1436 def test_issue7627(self):
1437 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