We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e733d6 commit a580a63Copy full SHA for a580a63
tests/base.py
@@ -167,6 +167,7 @@ class FakeSite(object):
167
def __init__(self):
168
self.template_system = self
169
self.invariant = False
170
+ self.debug = True
171
self.config = {
172
'DISABLED_PLUGINS': [],
173
'EXTRA_PLUGINS': [],
0 commit comments