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

Method setUp

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

Source from the content-addressed store, hash-verified

1789# Test the basic MIMEText class
1790class TestMIMEText(unittest.TestCase):
1791 def setUp(self):
1792 self._msg = MIMEText('hello there')
1793
1794 def test_types(self):
1795 eq = self.assertEqual

Callers

nothing calls this directly

Calls 1

MIMETextClass · 0.90

Tested by

no test coverage detected