29
29
def test_dash_derror(self):
30
30
"""With -Derror, tracebacks are shown even for user errors"""
31
out, err = self.run_bzr("-Derror", "branch", "nonexistent-location",
33
33
# error output should contain a traceback; we used to look for code in
34
34
# here but it may be missing if the source is not in sync with the