98
97
def test_list_all_values(self):
99
100
self.bazaar_config.set_user_option('list', [1, 'a', 'with, a comma'])
100
101
script.run_script(self, '''\
103
list = 1, a, "with, a comma"
104
list = '1, a, "with, a comma"'
106
107
def test_list_value_only(self):
107
110
self.bazaar_config.set_user_option('list', [1, 'a', 'with, a comma'])
108
111
script.run_script(self, '''\
109
112
$ bzr config -d tree list
113
116
def test_bazaar_config(self):