Add tests for tahoe mv help text

This commit is contained in:
kevan 2009-07-19 20:45:53 -07:00
parent 52aceb1a8e
commit 4331326b21

View File

@ -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())