ironic-inspector/ironic_inspector/test
John L. Villalovos 15d5958e17 Replace use of functools.wraps() with six.wraps()
In Python 2.7, functools.wraps() does not provide the '__wrapped__'
attribute. This attribute is used by
oslo_utils.reflection.get_signature() when getting the signature of a
function. If a function is decorated without the '__wrapped__'
attribute then the signature will be of the decorator rather than the
underlying function.

From the six documentation for six.wraps():
    This is exactly the functools.wraps() decorator, but it sets the
    __wrapped__ attribute on what it decorates as functools.wraps()
    does on Python versions after 3.2.

Change-Id: I11bf2fa945d36bfbc89ec8239e7c9259e3e12496
2018-02-01 16:32:48 -08:00
..
unit Replace use of functools.wraps() with six.wraps() 2018-02-01 16:32:48 -08:00
__init__.py Remove the generic eventlet monkey patch from test 2016-11-18 10:35:53 +01:00
base.py Centralize config options 2018-01-04 20:43:58 -08:00
functional.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00