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

Method test_pass_

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

Source from the content-addressed store, hash-verified

283 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
284
285 def test_pass_(self):
286 self.assertOK(self.client.pass_('python'))
287 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
288
289 def test_stat(self):
290 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