Don't use assertListEqual in unit tests
Review Request #7041 — Created March 10, 2015 and submitted
The `TestCase.assertListEquals` method is only available in Python 2.7+. We support Python 2.6+, so we compare the items of lists directly instead of the lists directly.
Ran unit tests.
Description | From | Last Updated |
---|---|---|
If two lists have equal contents, an assertEqual should do the job, and even show diffs. I think assertListEqual just … |
chipx86 |
- Commit:
-
f15f82a808f2a3977444c96164e3c4c7fafa907e52be0f25f251905bd216c2869fbc5002443bd0b6
- Diff:
-
Revision 2 (+1 -2)