(self)
| 148 | "did not return the expected text") |
| 149 | |
| 150 | def test_close(self): |
| 151 | # Test close() by calling it here and then having it be called again |
| 152 | # by the tearDown() method for the test |
| 153 | self.returned_obj.close() |
| 154 | |
| 155 | def test_headers(self): |
| 156 | self.assertIsInstance(self.returned_obj.headers, email.message.Message) |