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

Method test_user

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

Source from the content-addressed store, hash-verified

280 self.assertRaises(poplib.error_proto, self.client._shortcmd, 'echo -err')
281
282 def test_user(self):
283 self.assertOK(self.client.user('guido'))
284 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
285
286 def test_pass_(self):
287 self.assertOK(self.client.pass_('python'))

Callers

nothing calls this directly

Calls 3

assertOKMethod · 0.95
userMethod · 0.80
assertRaisesMethod · 0.45

Tested by

no test coverage detected