Chris Jerdonek added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to