[issue15852] typos in curses argument error messages

Chris Jerdonek report at bugs.python.org
Fri Sep 21 18:32:59 CEST 2012


Chris Jerdonek added the comment:

Thanks for taking a look at this, and good question.

Without restructuring how the tests are done, I believe the short answer is no.  The funny thing about this test module is that it does not actually have any unittest test cases.  It just calls some functions.  Failure happens if an exception is raised in any one of those functions.

See here, for example:

http://hg.python.org/cpython/file/59a2807872d5/Lib/test/test_curses.py#l35

----------

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


More information about the Python-bugs-list mailing list