deb-glance/glance/tests
yuyafei e0c03c63cf Add __ne__ built-in function
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result, but in Python 2 they urge you to define __ne__ when you
define __eq__ for it to work properly [1].There are no implied
relationships among the comparison operators. The truth of x==y
does not imply that x!=y is false. Accordingly, when defining
__eq__(), one should also define __ne__() so that the operators
will behave as expected.
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne__

Change-Id: I7d41128d88c79ebb5de1c38f8aaf98cc9561367c
2016-07-13 15:33:39 +08:00
..
etc Make the task's API admin only by default 2016-01-28 19:26:09 +00:00
functional Add a soft delete functionality for tasks. 2016-06-07 11:23:30 +05:30
integration Merge "Increase max wait time, avoid racy failure in gate" 2016-04-13 18:27:58 +00:00
unit Add __ne__ built-in function 2016-07-13 15:33:39 +08:00
var Support importing OVA/OVF package to Glance 2016-02-24 14:35:19 -08:00
__init__.py Fix getaddrinfo if dnspython is installed 2014-12-05 09:29:16 +00:00
stubs.py Remove verbose option from glance tests 2016-05-26 15:00:11 +00:00
test_hacking.py Hacking checks for not using dict iteration calls 2016-01-25 21:54:08 -08:00
utils.py Correct some misspelt words in glance 2016-05-13 14:24:41 +08:00