mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
Add tests for tahoe mv help text
This commit is contained in:
parent
52aceb1a8e
commit
4331326b21
@ -391,6 +391,7 @@ class Help(unittest.TestCase):
|
||||
def test_mv(self):
|
||||
help = str(cli.MvOptions())
|
||||
self.failUnless("mv FROM TO" in help, help)
|
||||
self.failUnless("Use 'tahoe mv' to move files" in help)
|
||||
|
||||
def test_ln(self):
|
||||
help = str(cli.LnOptions())
|
||||
|
Loading…
Reference in New Issue
Block a user