Don't use assertListEqual in unit tests
Review Request #7041 — Created March 10, 2015 and submitted — Latest diff uploaded
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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
rbtools/clients/tests.py |
---|