(self)
| 863 | self.assertEqual(self._box._toc, {}) |
| 864 | |
| 865 | def test_lock_unlock(self): |
| 866 | # Lock and unlock the mailbox. For Maildir, this does nothing. |
| 867 | self._box.lock() |
| 868 | self._box.unlock() |
| 869 | |
| 870 | def test_get_info(self): |
| 871 | # Test getting message info from Maildir, not the message. |