Enable template debugging on tests, to catch broken includes

This commit is contained in:
Matt Westcott 2016-02-18 16:37:47 +00:00 committed by Karl Hobley
parent 182d847b3f
commit 6bae4f04ca

View file

@ -50,6 +50,7 @@ TEMPLATES = [
'wagtail.tests.context_processors.do_not_use_static_url',
'wagtail.contrib.settings.context_processors.settings',
],
'debug': True,
},
},
{