This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, r.david.murray
Date 2012-09-21.16:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348245179.87.0.40138508088.issue15852@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-21 16:33:00chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, r.david.murray
2012-09-21 16:32:59chris.jerdoneksetmessageid: <1348245179.87.0.40138508088.issue15852@psf.upfronthosting.co.za>
2012-09-21 16:32:59chris.jerdoneklinkissue15852 messages
2012-09-21 16:32:58chris.jerdonekcreate