remove duplicate test_mkd (closes #19118)

This commit is contained in:
Benjamin Peterson 2013-09-29 10:51:00 -04:00
parent db0601f871
commit f8ab76039b
1 changed files with 0 additions and 4 deletions

View File

@ -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')