[issue11496] test_readline fails when readline was installed after running configure (and was not re-run)

R. David Murray report at bugs.python.org
Mon Mar 14 16:18:46 CET 2011


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

Hmm.  It seems to me that in this case the test *should* fail, since it indicates a broken Python installation.  How about instead catching the error in the test and calling self.fail with the error and an additional message about making sure configure has been run?

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

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


More information about the Python-bugs-list mailing list