53
53
def test__get_editor(self):
54
54
# Test that _get_editor can return a decent list of items
55
55
bzr_editor = os.environ.get('BZR_EDITOR')
56
57
editor = os.environ.get('EDITOR')
58
59
os.environ['BZR_EDITOR'] = 'bzr_editor'
59
61
os.environ['EDITOR'] = 'editor'
61
63
ensure_config_dir_exists()