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

Method test_getwelcome

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

Source from the content-addressed store, hash-verified

272 self.server = None
273
274 def test_getwelcome(self):
275 self.assertEqual(self.client.getwelcome(),
276 b'+OK dummy pop3 server ready. <timestamp>')
277
278 def test_exceptions(self):
279 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