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