(self)
| 1546 | self._path = os_helper.TESTFN |
| 1547 | |
| 1548 | def tearDown(self): |
| 1549 | self._delete_recursively(self._path) |
| 1550 | |
| 1551 | def test_initialize_with_eMM(self): |
| 1552 | # Initialize based on email.message.Message instance |
nothing calls this directly
no test coverage detected