manila/manila/tests/api
Yusuke Hayashi d24048aff4 Fix order of arguments in assertEqual
Fix incorrect order assertEqual(observed, expected) as below.
  assertEqual(observed, expected) => assertEqual(expected, observed)

Target of this patch:
  manila/tests/scheduler/*
  manila/tests/volume/*
  and all others

Change-Id: I063d35c01835ed6a5c62f016274b02e29333aade
Closes-Bug: #1280522
2015-10-04 11:15:07 +09:00
..
contrib Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
extensions Remove vim headers 2014-10-06 15:00:27 +02:00
middleware Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
openstack Manila experimental REST APIs 2015-08-25 16:21:07 +00:00
v1 Fix order of arguments in assertEqual 2015-10-04 11:15:07 +09:00
views Return share_type UUID instead of name in Share API 2015-09-14 06:14:24 -07:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
common.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Add Consistency Groups API 2015-09-05 18:21:17 -04:00
test_common.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_extensions.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_versions.py Add v2 Manila API path as base for microversions 2015-09-10 13:58:26 +00:00
test_wsgi.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00