]> granicus.if.org Git - python/commit
Change error report when the object passed to suite.addTest is not
authorR. David Murray <rdmurray@bitdance.com>
Thu, 28 Jan 2010 21:16:33 +0000 (21:16 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 28 Jan 2010 21:16:33 +0000 (21:16 +0000)
commitb5d7400e8a62ebedb8575cca8cd777e29c230e91
tree651483f6d572e6135577a42e4a2be9629dc2d89b
parent11fab6c07dbd40326a59e9d853f5b093e83e3836
Change error report when the object passed to suite.addTest is not
callable to include the repr of the invalid object.
Lib/unittest/suite.py