]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: add tahoe_cp to the list of scripts that we don't actually have tests for yet
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 5 Jan 1970 11:00:58 +0000 (04:00 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 5 Jan 1970 11:00:58 +0000 (04:00 -0700)
src/allmydata/test/test_cli.py

index cd19f3f426e574439ddb05e818e0fa4ff320a960..272fbe1e786639b7892bfd27770f6290a539d3de 100644 (file)
@@ -9,9 +9,9 @@ from allmydata import uri
 
 # at least import the CLI scripts, even if we don't have any real tests for
 # them yet.
-from allmydata.scripts import tahoe_ls, tahoe_get, tahoe_put, tahoe_rm
+from allmydata.scripts import tahoe_ls, tahoe_get, tahoe_put, tahoe_rm, tahoe_cp
 from allmydata.scripts.common import DEFAULT_ALIAS, get_aliases
-_hush_pyflakes = [tahoe_ls, tahoe_get, tahoe_put, tahoe_rm]
+_hush_pyflakes = [tahoe_ls, tahoe_get, tahoe_put, tahoe_rm, tahoe_cp]
 
 from allmydata.scripts import cli, debug, runner
 from allmydata.test.common import SystemTestMixin