diff options
| -rw-r--r-- | tests/template_tests/syntax_tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_tests/syntax_tests/utils.py b/tests/template_tests/syntax_tests/utils.py index 5445f5b8c4..168eca73f8 100644 --- a/tests/template_tests/syntax_tests/utils.py +++ b/tests/template_tests/syntax_tests/utils.py @@ -52,6 +52,7 @@ def setup(templates, *args): ('django.template.loaders.locmem.Loader', templates), ]), ]) + @functools.wraps(func) def inner(self): loader = Engine.get_default().template_loaders[0] |
