mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
tests: add tahoe_cp to the list of scripts that we don't actually have tests for yet
This commit is contained in:
parent
1aed9fcfa1
commit
3a0dc8e4ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user