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, eric.araujo, ezio.melotti, xdegaye
Date 2012-09-29.16:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348935383.95.0.159376064441.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
For informational purposes, here is where unittest defaults to the prefix "test" for finding test methods:

http://hg.python.org/cpython/file/f11649b21603/Lib/unittest/loader.py#l48

sqlite3 is able to use "Check" because it manages its own test discovery.  For example--

http://hg.python.org/cpython/file/f11649b21603/Lib/sqlite3/test/regression.py#l306
History
Date User Action Args
2012-09-29 16:17:03chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, eric.araujo, xdegaye
2012-09-29 16:16:24chris.jerdoneksetmessageid: <1348935383.95.0.159376064441.issue16079@psf.upfronthosting.co.za>
2012-09-29 16:16:22chris.jerdoneklinkissue16079 messages
2012-09-29 16:16:11chris.jerdonekcreate