python-glanceclient/glanceclient/tests
Stephen Finucane 4dcbc30e31 Compare against 'RequestIdProxy.wrapped'
Due to the 'glanceclient.common.utils.add_req_id_to_object' decorator,
an instance of 'glanceclient.common.utils.RequestIdProxy' is returned
for most calls in glanceclient. If we wish to compare to None, we have
to compare the contents of this wrapper and not the wrapper itself.

Unit tests are updated to highlight this.

Change-Id: I7dadf32d37ac2bda33a92c71d5882e9f23e38a82
Closes-Bug: #1736759
2018-01-02 11:36:02 +00:00
..
functional Revise functional testing README file 2017-12-15 16:03:45 -05:00
unit Compare against 'RequestIdProxy.wrapped' 2018-01-02 11:36:02 +00:00
__init__.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
utils.py Add request id to returned objects 2017-01-20 14:50:42 +05:30