diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-24 08:59:05 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-24 08:59:05 -0500 |
| commit | 210bf24ddbbd0ac7975507d7a2c8e3deeb5394b5 (patch) | |
| tree | d10b0cd7c79dc3b232fb216ab933d54edcfbf9b1 /tests/template_tests/utils.py | |
| parent | 3e0df285fd25884e262f0916215057f33b328958 (diff) | |
[1.8.x] Cleaned up template loader tests.
Backport of 1827aa902481cd80d2fb154e7b073f139936d5fc from master
Diffstat (limited to 'tests/template_tests/utils.py')
| -rw-r--r-- | tests/template_tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_tests/utils.py b/tests/template_tests/utils.py index d5af69bdd6..36f4d95678 100644 --- a/tests/template_tests/utils.py +++ b/tests/template_tests/utils.py @@ -15,6 +15,7 @@ from django.utils.encoding import python_2_unicode_compatible from django.utils.safestring import mark_safe ROOT = os.path.dirname(os.path.abspath(upath(__file__))) +TEMPLATE_DIR = os.path.join(ROOT, 'templates') def setup(templates, *args, **kwargs): |
