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

Method assertMailboxEmpty

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

Source from the content-addressed store, hash-verified

1336 _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
1337
1338 def assertMailboxEmpty(self):
1339 self.assertEqual(os.listdir(self._path), ['.mh_sequences'])
1340
1341 def test_list_folders(self):
1342 # List folders

Calls 2

listdirMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected