mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
remove duplicate test_mkd (closes #19118)
This commit is contained in:
@@ -533,10 +533,6 @@ class TestFTPClass(TestCase):
|
||||
dir = self.client.cwd('/foo')
|
||||
self.assertEqual(dir, '250 cwd ok')
|
||||
|
||||
def test_mkd(self):
|
||||
dir = self.client.mkd('/foo')
|
||||
self.assertEqual(dir, '/foo')
|
||||
|
||||
def test_pwd(self):
|
||||
dir = self.client.pwd()
|
||||
self.assertEqual(dir, 'pwd ok')
|
||||
|
||||
Reference in New Issue
Block a user