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