MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_get_boundary

Method test_get_boundary

Lib/test/test_email/test_email.py:178–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

get_boundaryMethod · 0.80
eqFunction · 0.50
_msgobjMethod · 0.45

Tested by

no test coverage detected