python-heatclient/heatclient
yuyafei 4c2a88b959 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.

Change-Id: I13ed9ddd6ae6ef074232b33695916bc83930dcf0
Closes-Bug: #1586268
2016-07-04 07:11:33 +00:00
..
common Merge "Implement "openstack stack failures list"" 2016-06-24 11:01:23 +00:00
openstack base.Resource not define __ne__() built-in function 2016-07-04 07:11:33 +00:00
osc Merge "Implement "openstack stack failures list"" 2016-06-24 11:01:23 +00:00
tests Replace dict.iteritems with six.iteritems to make PY3 compatible 2016-06-25 12:07:55 +08:00
v1 Merge "osc resource-type-show description option" 2016-05-30 07:47:15 +00:00
__init__.py Support --version for heatclient 2013-09-04 14:29:56 +08:00
client.py Initial import 2012-10-10 08:55:03 +13:00
exc.py Merge "Fill status code for every HTTPException" 2016-03-14 00:23:40 +00:00
shell.py Remove redundant auth discovery 2016-05-18 19:51:41 +05:30