oslo.serialization/oslo_serialization
yanheven 5ae04325e6 Fix parameters of assertEqual are misplaced
Many assertEqual sentences don't follow assertEqual(expected, actual),
These misplaces have 2 impacts:
1, giving confusing messages when some tests failed.
2, mislead other developers, new test modules may follow these wrong pattern.

This patch fix all of them.

Change-Id: Ice3148685b81bf906672b91159fbb29bd618abb0
Closes-Bug: #1604213
2016-07-23 19:38:43 +08:00
..
serializer Unified and simplified API for all serializers 2016-04-04 15:27:16 +03:00
tests Fix parameters of assertEqual are misplaced 2016-07-23 19:38:43 +08:00
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
base64.py Use versionadded and versionchanged in doc 2015-10-15 14:38:50 +02:00
jsonutils.py Use {} instead of dict() 2016-06-21 10:58:06 -04:00
msgpackutils.py Replace TypeError by ValueError in msgpackutils 2016-06-08 08:41:36 +00:00