Serhiy Storchaka added the comment:

But with the patch the minimal set of asserts will be assertEqual, assertIn, 
and assertRaises. The example is just too old (assertIn was added in 3.1). If 
you want to minimize assert's set, you can get rid of assertEqual too (using 
only assertTrue). But I don't think it is a good idea.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to