Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_backends/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24685 -- Fixed check for template name unicity.Aymeric Augustin2015-05-031-0/+9
| | | | Thanks Preston Timmons for the report.
* Fixed #24265 -- Preserved template backend loading ↵Aymeric Augustin2015-02-051-0/+37
exceptions. If importing or initializing a template backend fails, attempting to access this template backend again must raise the same exception.