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

Method test_remove

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

Source from the content-addressed store, hash-verified

192 self.assertMailboxEmpty()
193
194 def test_remove(self):
195 # Remove messages using remove()
196 self._test_remove_or_delitem(self._box.remove)
197
198 def test_delitem(self):
199 # Remove messages using __delitem__()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected