testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00416
[Bug 663600] Re: Use Python 3 style qualified exception names in tracebacks
I'd love to see this fixed with a helper - Raises and MatchesException
want the same facility.
** Changed in: testtools
Importance: Low => Medium
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/663600
Title:
Use Python 3 style qualified exception names in tracebacks
Status in testtools:
Triaged
Bug description:
Originally as part of my unicode traceback work I had the module name included when printing exceptions, as Python 3 does. However it broke a few tests, and wasn't really a requirement to get non-ascii tracebacks working so I removed that logic. Putting it back in would be particularly useful for things called 'error', is that socket.error or pywintypes.error or...?
References