(self)
| 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 |