Changeset 8f0af33 in trunk
- Timestamp:
- 2011-01-19T02:42:24Z (14 years ago)
- Branches:
- master
- Children:
- 7e413d4f
- Parents:
- c67f29a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_cli.py ¶
rc67f29a r8f0af33 504 504 help = str(cli.AddAliasOptions()) 505 505 self.failUnless("add-alias ALIAS[:] DIRCAP" in help, help) 506 507 def test_debug_trial(self): 508 help = str(debug.TrialOptions()) 509 self.failUnless("debug trial [options] [[file|package|module|TestCase|testmethod]...]" in help, help) 510 self.failUnless("The 'tahoe debug trial' command uses the correct imports" in help, help) 506 511 507 512
Note: See TracChangeset
for help on using the changeset viewer.