[issue9859] Add tests to verify API match of modules with 2 implementations

R. David Murray report at bugs.python.org
Wed Sep 15 16:56:13 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Shouldn't the test suite catch such discrepancies by testing all of the API?  So your script catching something would be the equivalent of "oops, we forgot a test" (or "oops, this name shouldn't be public").  Which is not a bad thing to have as part of the test suite.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list