[issue9443] Use newer unittest methods throughout tests

Éric Araujo report at bugs.python.org
Sun Aug 1 00:09:27 CEST 2010


New submission from Éric Araujo <merwok at netwok.org>:

unittest provides new methods like assertIn and assertLess that provide more useful error messages in case of failure. Some names like assertEquals are also deprecated. The test suite should be updated to benefit from the new goodness and stop using obsolete names.

----------
components: None
messages: 112217
nosy: merwok
priority: normal
severity: normal
status: open
title: Use newer unittest methods throughout tests
versions: Python 3.2

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


More information about the Python-bugs-list mailing list