]> granicus.if.org Git - python/commit
#10573: use actual/expected consistently in unittest methods. The order of the args...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 18 Dec 2010 20:00:04 +0000 (20:00 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 18 Dec 2010 20:00:04 +0000 (20:00 +0000)
commitaddc6f5a21d5d04c5bf895e8ea46f67de129d75c
treefee6fbaa3394114112383ed7dfc0cd0b37066f87
parent63563cdf9d3afe0bdffaece7b92b0a56d2360397
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
Doc/library/unittest.rst
Lib/unittest/case.py
Misc/NEWS