MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / test_mkdir

Method test_mkdir

Test/regular/CLI_test.py:109–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 CLI().rmdir(parentDir + newDir, self.client)
108
109 def test_mkdir(self):
110
111 parentDir = "data://.my/"
112 newDir = "test"
113
114 CLI().mkdir(parentDir + newDir, self.client)
115 result = CLI().ls(parentDir, self.client)
116 self.assertTrue(newDir in result)
117
118 CLI().rmdir(parentDir + newDir, self.client)
119
120 def test_rmdir(self):
121 parentDir = "data://.my/"

Callers

nothing calls this directly

Calls 4

CLIClass · 0.90
mkdirMethod · 0.80
lsMethod · 0.80
rmdirMethod · 0.80

Tested by

no test coverage detected