[issue2578] Figure out what to do with unittest's redundant APIs

Guilherme Polo report at bugs.python.org
Sun Mar 29 22:45:07 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

Oh for reference, i left these out but they may interest people for
completeness sake.

assert_     15%
assertTrue   9%
assertFalse  5%

We don't currently have the auto type checking in assertEqual in our
internal codebase, direct use of the type specific methods has been
encouraged in the past but that doesn't mean it is the right thing for
Python.

----------

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


More information about the Python-bugs-list mailing list