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

Method test_cp_R2R

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

Source from the content-addressed store, hash-verified

170
171 # remote to remote
172 def test_cp_R2R(self):
173
174 src = ["data://.my/moredata/test.txt"]
175 dest = "data://.my/moredata/test2.txt"
176 CLI().cp(src, dest, self.client)
177
178 result = CLI().ls("data://.my/moredata/", self.client)
179 self.assertTrue("test2.txt" in result)
180
181 # remote to local
182 def test_cp_R2L(self):

Callers

nothing calls this directly

Calls 3

CLIClass · 0.90
cpMethod · 0.80
lsMethod · 0.80

Tested by

no test coverage detected