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

Method test_pwd

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

Source from the content-addressed store, hash-verified

582 self.assertEqual(dir, '250 cwd ok')
583
584 def test_pwd(self):
585 dir = self.client.pwd()
586 self.assertEqual(dir, 'pwd ok')
587
588 def test_quit(self):
589 self.assertEqual(self.client.quit(), '221 quit ok')

Callers

nothing calls this directly

Calls 2

pwdMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected