(self)
| 1561 | self._path = os_helper.TESTFN |
| 1562 | |
| 1563 | def tearDown(self): |
| 1564 | self._delete_recursively(self._path) |
| 1565 | |
| 1566 | def test_initialize_with_eMM(self): |
| 1567 | # Initialize based on email.message.Message instance |
nothing calls this directly
no test coverage detected