Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/check_framework/test_templates.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests from refs #24922 when run in reverse.Tim Graham2015-06-081-2/+4
|
* Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-071-0/+39
If `'loaders'` is present in the `TEMPLATES` options together with `APP_DIRS` set to `True`, the template engine raises an exception. This conflict is now detected by the system check templates.E001.