summaryrefslogtreecommitdiff
path: root/tests/template_tests/utils.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-12-14 23:13:03 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-12-28 17:02:30 +0100
commitd3a982556d655adcf4ba331d2def685d8249170f (patch)
tree10cb8daafc5aeffdfd7fc962bf27b6e36409b93f /tests/template_tests/utils.py
parent3dc01aaaaf7cf070933a8f5ee9a5f9136503d676 (diff)
Deprecated TEMPLATE_STRING_IF_INVALID.
Diffstat (limited to 'tests/template_tests/utils.py')
-rw-r--r--tests/template_tests/utils.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/template_tests/utils.py b/tests/template_tests/utils.py
index 864cd7d044..3c37be18e4 100644
--- a/tests/template_tests/utils.py
+++ b/tests/template_tests/utils.py
@@ -22,14 +22,14 @@ def setup(templates, *args):
"""
Runs test method multiple times in the following order:
- TEMPLATE_DEBUG CACHED TEMPLATE_STRING_IF_INVALID
- -------------- ------ --------------------------
- False False
- False True
- False False INVALID
- False True INVALID
- True False
- True True
+ debug cached string_if_invalid
+ ----- ------ -----------------
+ False False
+ False True
+ False False INVALID
+ False True INVALID
+ True False
+ True True
"""
for arg in args: