[issue17665] convert test_wsgiref to idiomatic unittest code

Ezio Melotti report at bugs.python.org
Sat Apr 13 18:09:30 CEST 2013


Ezio Melotti added the comment:

In this case I don't think it matters much.  The value is either True or False, so both assertTrue(...) and assertIs(..., True) work, even though the latter is technically more accurate.

----------
nosy: +ezio.melotti

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


More information about the Python-bugs-list mailing list