MCPcopy Index your code
hub / github.com/python/cpython / test_get_boundary

Method test_get_boundary

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

eqFunction · 0.85
get_boundaryMethod · 0.80
_msgobjMethod · 0.45

Tested by

no test coverage detected