0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Enable template debugging when running tests

Otherwise, template errors are silently ignored
This commit is contained in:
Matt Westcott 2017-04-19 19:35:33 +01:00
parent 2b135a519c
commit 4c71f05952

View File

@ -62,7 +62,7 @@ TEMPLATES = [
'wagtail.tests.context_processors.do_not_use_static_url',
'wagtail.contrib.settings.context_processors.settings',
],
'debug': False,
'debug': True, # required in order to catch template errors
},
},
{