(self)
| 176 | eq(filenames, ['msg.txt', 'msg.txt']) |
| 177 | |
| 178 | def test_get_boundary(self): |
| 179 | eq = self.assertEqual |
| 180 | msg = self._msgobj('msg_07.txt') |
| 181 | # No quotes! |
| 182 | eq(msg.get_boundary(), 'BOUNDARY') |
| 183 | |
| 184 | def test_set_boundary(self): |
| 185 | eq = self.assertEqual |
nothing calls this directly
no test coverage detected