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

Method test_login

Lib/test/test_ftplib.py:554–555  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

552 self.assertRaises(ftplib.error_reply, self.client.voidcmd, 'echo 300')
553
554 def test_login(self):
555 self.client.login()
556
557 def test_acct(self):
558 self.client.acct('passwd')

Callers

nothing calls this directly

Calls 1

loginMethod · 0.45

Tested by

no test coverage detected