From 3a0dc8e4ecb5a5213fed904485d9116b0ebc77d3 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 5 Jan 1970 04:00:58 -0700 Subject: [PATCH] tests: add tahoe_cp to the list of scripts that we don't actually have tests for yet --- src/allmydata/test/test_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index cd19f3f4..272fbe1e 100644 --- a/src/allmydata/test/test_cli.py +++ b/src/allmydata/test/test_cli.py @@ -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 -- 2.45.2