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

Method test_cwd

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

Source from the content-addressed store, hash-verified

578 self.client.rmd('foo')
579
580 def test_cwd(self):
581 dir = self.client.cwd('/foo')
582 self.assertEqual(dir, '250 cwd ok')
583
584 def test_pwd(self):
585 dir = self.client.pwd()

Callers

nothing calls this directly

Calls 2

cwdMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected