From 6bae4f04ca50770f3ab9913423ba82b5be6993f3 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 18 Feb 2016 16:37:47 +0000 Subject: [PATCH] Enable template debugging on tests, to catch broken includes --- wagtail/tests/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wagtail/tests/settings.py b/wagtail/tests/settings.py index ace1493cd..da059751b 100644 --- a/wagtail/tests/settings.py +++ b/wagtail/tests/settings.py @@ -50,6 +50,7 @@ TEMPLATES = [ 'wagtail.tests.context_processors.do_not_use_static_url', 'wagtail.contrib.settings.context_processors.settings', ], + 'debug': True, }, }, {