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

Method test_cp_R2L

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

Source from the content-addressed store, hash-verified

180
181 # remote to local
182 def test_cp_R2L(self):
183 src = ["data://.my/moredata/test.txt"]
184 dest = "./../test.txt"
185
186 CLI().cp(src, dest, self.client)
187 self.assertTrue(os.path.isfile(dest))
188
189 def test_auth(self):
190 # key for test account

Callers

nothing calls this directly

Calls 2

CLIClass · 0.90
cpMethod · 0.80

Tested by

no test coverage detected