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

Method test_auth_issued_twice

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

Source from the content-addressed store, hash-verified

978 self.client.login()
979
980 def test_auth_issued_twice(self):
981 self.client.auth()
982 self.assertRaises(ValueError, self.client.auth)
983
984 def test_context(self):
985 self.client.quit()

Callers

nothing calls this directly

Calls 2

authMethod · 0.45
assertRaisesMethod · 0.45

Tested by

no test coverage detected