openstack-python-openstackc.../openstackclient/tests
Tang Chen bcaa5c2e0e Use assertEqual() instead of assertDictEqual()
In unittest2, assertDictEqual() is implemented by
using != operator to compare two dicts. So is
assertEqual() in testtools. assertEqual() in
testtools is able to handle dict, list, set and
so on. So we just call assertEqual() to make the
unit tests simpler.

Change-Id: Ice343b2ce468acae39d2ad79f7121503e3627656
2016-07-25 15:09:49 +08:00
..
api osc-lib: exceptions 2016-06-13 10:50:01 -05:00
common Use assertEqual() instead of assertDictEqual() 2016-07-25 15:09:49 +08:00
compute Use assertEqual() instead of assertDictEqual() 2016-07-25 15:09:49 +08:00
identity Add assignment list to v2 identity and deprecate alternate listing 2016-07-22 21:46:29 +00:00
image Merge "Add create_one_image_member() in FakeImage class and update test" 2016-07-18 22:54:30 +00:00
network Merge "Set identity v3 client in networkv2 fake" 2016-07-22 00:51:48 +00:00
object Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
volume Show project access for volume type 2016-07-20 16:54:58 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_shell.py Fix foundation copyrights 2016-06-14 09:49:28 -05:00
utils.py Add network segment command object 2016-05-27 12:58:25 -05:00