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

Antoine Pitrou report at bugs.python.org
Sun Mar 29 03:02:26 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

With all due respect, I find the presence of numerous type specific
functions (assertListEqual, etc.) awful. I don't understand why the type
isn't simply cased in the standard assertEqual function. I also don't
think adding so many assert methods makes the API easy to remember and
pleasant to use.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list