513
515
my_config = config.Config()
514
516
self.assertEqual('long', my_config.log_format())
516
526
def test_get_change_editor(self):
517
527
my_config = InstrumentedConfig()
518
528
change_editor = my_config.get_change_editor('old_tree', 'new_tree')