Tests which require python2.5 syntax are inconsistently skipped.

[email protected] Mon, 21 Dec 2009 19:55:46 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from glyph <[email protected]>:

The tests in `twisted.test.generator_failure_tests` are defined in a regular python file, but conditionally imported from a `test_` module.  The tests in `twisted.test.test_defgen`, on the other hand, are defined in a giant string.  The latter form is easier to work with, modulo some packaging issues such as <http://twistedmatrix.com/trac/ticket/1696>.  We should change the tests to be dealt with in a consistent way.  I would prefer the way that avoids 'exec' statements.

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