396
396
self.assertTrue(format.is_hidden('hidden'))
397
397
self.assertFalse(format.is_hidden('visible'))
403
opt = option.RegistryOption('format', short_name='F', help='',
399
407
def test_option_custom_help(self):
400
408
the_opt = option.Option.OPTIONS['help']
401
409
orig_help = the_opt.help[:]