summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_include.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-30 20:09:26 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:00 -0500
commit5d8da093a974f41e08573bbe0d32d5ffeaadd0ad (patch)
tree00b3a15d98347e6a7a8e5cf1efc1b59d53464843 /tests/template_tests/syntax_tests/test_include.py
parent56a5760543f0428346a45f5efcffacf8caedd744 (diff)
Refs #15053 -- Removed support for non-recursive template loading.
Per deprecation timeline.
Diffstat (limited to 'tests/template_tests/syntax_tests/test_include.py')
-rw-r--r--tests/template_tests/syntax_tests/test_include.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/template_tests/syntax_tests/test_include.py b/tests/template_tests/syntax_tests/test_include.py
index ca7ee6f5b0..1ef76c7011 100644
--- a/tests/template_tests/syntax_tests/test_include.py
+++ b/tests/template_tests/syntax_tests/test_include.py
@@ -248,9 +248,6 @@ class IncludeTests(SimpleTestCase):
self.assertEqual(e.exception.args[0], 'missing.html')
def test_extends_include_missing_cachedloader(self):
- """
- Test the cache loader separately since it overrides load_template.
- """
engine = Engine(debug=True, loaders=[
('django.template.loaders.cached.Loader', [
'django.template.loaders.app_directories.Loader',