cinder/cinder/tests
appsdesh 4982812364 Fix order of arguments in assertEqual
Some tests used incorrect order assertEqual(observed, expected).
The correct order expected by testtools is
assertEqual(expected, observed).

This patch does not cover v1 api tests and vendor unit tets.

Change-Id: Icb0636143cfc48d5189bcb0faa6e643f68c32f5e
Partial-Bug: #1259292
2015-08-03 19:26:08 -07:00
..
unit Fix order of arguments in assertEqual 2015-08-03 19:26:08 -07:00
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00