[issue10573] Consistency in unittest assert methods: order of actual, expected

Raymond Hettinger report at bugs.python.org
Sat Dec 18 19:31:23 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

These three changes look fine.   

The argument order for assertDictContainsSubset is problematic (doesn't match its own name and doesn't match the order for other __contains__ methods elsewhere in Python), but it's too late to change it now :-(

----------

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


More information about the Python-bugs-list mailing list