From d6b580fdf0d3f954d6c7bff209966571bd5884a3 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 25 Jul 2022 18:25:43 -0400 Subject: [PATCH] Rename test --- ...corator_py36.py => test_wiring_with_wraps_decorator_py36.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/unit/wiring/{test_inject_and_wraps_decorator_py36.py => test_wiring_with_wraps_decorator_py36.py} (93%) diff --git a/tests/unit/wiring/test_inject_and_wraps_decorator_py36.py b/tests/unit/wiring/test_wiring_with_wraps_decorator_py36.py similarity index 93% rename from tests/unit/wiring/test_inject_and_wraps_decorator_py36.py rename to tests/unit/wiring/test_wiring_with_wraps_decorator_py36.py index 0c819143..da853933 100644 --- a/tests/unit/wiring/test_inject_and_wraps_decorator_py36.py +++ b/tests/unit/wiring/test_wiring_with_wraps_decorator_py36.py @@ -1,4 +1,4 @@ -"""Test that @functools.wraps decorator works properly with the wiring. +"""Test that wiring works properly with @functools.wraps decorator. See issue #453 for details: https://github.com/ets-labs/python-dependency-injector/issues/454 """