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

Method test_pass_

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

Source from the content-addressed store, hash-verified

284 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
285
286 def test_pass_(self):
287 self.assertOK(self.client.pass_('python'))
288 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
289
290 def test_stat(self):
291 self.assertEqual(self.client.stat(), (10, 100))

Callers

nothing calls this directly

Calls 3

assertOKMethod · 0.95
pass_Method · 0.80
assertRaisesMethod · 0.45

Tested by

no test coverage detected