projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd1964
)
test_cli.py: hush pyflakes with a dummy usage, until we get some real CLI tests
author
Brian Warner
<warner@lothar.com>
Thu, 11 Oct 2007 08:55:29 +0000
(
01:55
-0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 11 Oct 2007 08:55:29 +0000
(
01:55
-0700)
src/allmydata/test/test_cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_cli.py
b/src/allmydata/test/test_cli.py
index e675d2329f95c97a7f6e866d69d4c698dabb7502..6922c040ad033764e1180e470d9f5bc91afd43f0 100644
(file)
--- a/
src/allmydata/test/test_cli.py
+++ b/
src/allmydata/test/test_cli.py
@@
-8,6
+8,7
@@
from allmydata import uri
# them yet.
from allmydata.scripts import cli, tahoe_ls, tahoe_get, tahoe_put, tahoe_rm
+_hush_pyflakes = [tahoe_ls, tahoe_get, tahoe_put, tahoe_rm]
class CLI(unittest.TestCase):