mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
remove duplicate test_mkd (closes #19118)
This commit is contained in:
parent
db0601f871
commit
f8ab76039b
1 changed files with 0 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue