python-barbicanclient/functionaltests/client/v1/functional
hongzhezheng 86d91e4e4e Fix argument order for assertEqual to (expected, observed)
assertEqual expects that the arguments provided to it should be
(expected, observed). If a particluar order is kept as a convention,
then it helps to provide a cleaner message to the developer if Unit
Tests fail. The following patch fixes this issue.

Change-Id: I5209e5889cfe62c66dc675c00e3ccaf22410f637
Partial-Bug: #1259292
2016-07-07 16:26:56 +08:00
..
__init__.py Initial directory changes and files for python-babricanclient functional tests 2015-01-30 12:11:40 -06:00
test_acl.py Fix argument order for assertEqual to (expected, observed) 2016-07-07 16:26:56 +08:00
test_containers.py Fix argument order for assertEqual to (exp, obs) 2016-03-24 02:35:45 +00:00
test_orders.py Fix argument order for assertEqual to (exp, obs) 2016-03-24 02:35:45 +00:00
test_secrets.py Fixed python-barbicanclient functional tests. 2016-06-13 00:28:25 -07:00