mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
test_cli.py: hush pyflakes with a dummy usage, until we get some real CLI tests
This commit is contained in:
parent
7fd1964c6f
commit
8ce93b5e27
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user