189
189
def test_help_command_utf8(self):
190
190
out, err = self.run_bzr(["help", "push"], encoding="utf-8")
193
193
def test_help_switch_utf8(self):
194
194
out, err = self.run_bzr(["push", "--help"], encoding="utf-8")
197
197
def test_help_command_ascii(self):
198
198
out, err = self.run_bzr(["help", "push"], encoding="ascii")
201
201
def test_help_switch_ascii(self):
202
202
out, err = self.run_bzr(["push", "--help"], encoding="ascii")