magnum/magnum/tests/unit/conductor/tasks
lei-zhang-99cloud 7fda571402 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 fix the issue in the module magnum/tests/unit/conductor/.

Change-Id: Ib8ead5a00b8095892341e08b1662b053ac1ec36b
Partial-Bug: #1259292
2015-10-10 17:43:43 +08:00
..
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_heat_tasks.py Fix order of arguments in assertEqual 2015-10-10 17:43:43 +08:00