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