[issue11910] test_heapq C tests are not skipped when _heapq is missing

Raymond Hettinger report at bugs.python.org
Sat May 7 23:30:41 CEST 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Some of the tests were incorrectly marked as being C specific.  I've fixed that on the 2.7 branch.  Re-assigning back to Ezio.

Overall, I don't think the current approach to testing both paths is elegant.  Is there some alternative approach to running suites in two different context without adding .module indirections and multiple subclasses throughout the code?

----------
assignee: rhettinger -> ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11910>
_______________________________________


More information about the Python-bugs-list mailing list