[issue16079] list duplicate test names with patchcheck

Chris Jerdonek report at bugs.python.org
Sat Sep 29 18:16:26 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16079>
_______________________________________


More information about the Python-bugs-list mailing list