388
388
def test_short_name(self):
389
389
registry = controldir.ControlDirFormatRegistry()
390
390
opt = option.RegistryOption('format', help='', registry=registry)
392
392
opt = option.RegistryOption('format', short_name='F', help='',
396
396
def test_option_custom_help(self):
397
397
the_opt = option.Option.OPTIONS['help']