]> granicus.if.org Git - python/commit
Close #22756: Improve the test output for some assertEqual tests.
authorRobert Collins <rbtcollins@hp.com>
Wed, 29 Oct 2014 19:16:28 +0000 (08:16 +1300)
committerRobert Collins <rbtcollins@hp.com>
Wed, 29 Oct 2014 19:16:28 +0000 (08:16 +1300)
commitc1345840202fed6f1405efec97cd2a147aa5a92e
tree6a95812cfdf4f07a17f47ae678a3985794c8da30
parent3b6bd645206abca069aee790e9926066e484225e
Close #22756: Improve the test output for some assertEqual tests.

These tests were undebuggable as written, and there's no testing fallacy
involved in using the method we're testing to test the output of that method,
so switch to that.
Lib/unittest/test/test_case.py