python-ceilometerclient/ceilometerclient/tests/unit
yuyafei f97de95a63 base.Resource not define __ne__() built-in function
Class base.Resource defines __eq__() built-in function, but does
not define __ne__() built-in function, so self.assertEqual works
but self.assertNotEqual does not work at all in this test case in
python2. This patch fixes it by defining __eq__() built-in function
of class base.Resource. Also fixes spelling errors:resoruces.

Change-Id: I8a4e09e277a14a16105feab81ba8d07ceee5b47f
Closes-Bug: #1586268
2016-07-04 07:08:14 +00:00
..
v2 Switch to keystoneauth 2016-06-01 09:24:03 -03:00
__init__.py Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00
fakes.py Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00
test_client.py Merge "Switch to keystoneauth" 2016-06-23 10:33:57 +00:00
test_exc.py Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00
test_openstack_common.py base.Resource not define __ne__() built-in function 2016-07-04 07:08:14 +00:00
test_shell.py Switch to keystoneauth 2016-06-01 09:24:03 -03:00
test_utils.py Fix the disorder of items of Traits in the output of event-list 2016-03-23 01:49:02 +00:00
utils.py Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00