We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@functools.wraps(method)
fail_if_not_removed
1 parent fa21c6e commit c2c1e6bCopy full SHA for c2c1e6b
deprecation.py
@@ -275,6 +275,7 @@ def fail_if_not_removed(method):
275
"""
276
# NOTE(briancurtin): Unless this is named test_inner, nose won't work
277
# properly. See Issue #32.
278
+ @functools.wraps(method)
279
def test_inner(*args, **kwargs):
280
with warnings.catch_warnings(record=True) as caught_warnings:
281
warnings.simplefilter("always")
0 commit comments