Add direct unit tests for `twisted/internet/error.py`

[email protected] Sun, 13 Dec 2009 03:06:46 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from exarkun <[email protected]>:

This module is exercised indirectly by lots of other tests, but nowhere are there unit tests specifically for `twisted.internet.error` itself.  Mostly this is a module full of very boring exception definitions, but there is actually some non-trivial code that should be tested.

kelly wrote a bunch of unit tests for this module as part of #2078.  I don't think they're quite suitable for inclusion as-is, but there's probably room for something along these lines.
 

----------
Type     : enhancement
Component: core
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4167