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

Method test_missing_boundary

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

Source from the content-addressed store, hash-verified

418 self.assertEqual(msg.get_filename(), '')
419
420 def test_missing_boundary(self):
421 msg = email.message_from_string("From: foo\n")
422 self.assertEqual(msg.get_boundary(), None)
423
424 def test_get_params(self):
425 eq = self.assertEqual

Callers

nothing calls this directly

Calls 2

get_boundaryMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected