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

Method test_getwelcome

Lib/test/test_poplib.py:275–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 self.server = None
274
275 def test_getwelcome(self):
276 self.assertEqual(self.client.getwelcome(),
277 b'+OK dummy pop3 server ready. <timestamp>')
278
279 def test_exceptions(self):
280 self.assertRaises(poplib.error_proto, self.client._shortcmd, 'echo -err')

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
getwelcomeMethod · 0.45

Tested by

no test coverage detected