Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a580a63

Browse files
author
Roberto Alsina
committedMar 8, 2018
fix tests
1 parent 3e733d6 commit a580a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class FakeSite(object):
167167
def __init__(self):
168168
self.template_system = self
169169
self.invariant = False
170+
self.debug = True
170171
self.config = {
171172
'DISABLED_PLUGINS': [],
172173
'EXTRA_PLUGINS': [],

0 commit comments

Comments
 (0)
Please sign in to comment.