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

Method test_payload

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

Source from the content-addressed store, hash-verified

1801 missing)
1802
1803 def test_payload(self):
1804 self.assertEqual(self._msg.get_payload(), 'hello there')
1805 self.assertFalse(self._msg.is_multipart())
1806
1807 def test_charset(self):
1808 eq = self.assertEqual

Callers

nothing calls this directly

Calls 4

get_payloadMethod · 0.80
assertFalseMethod · 0.80
is_multipartMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected