chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f9f7c
)
plugins: leave this there commented-out so I don't need to search again.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 6 Sep 2019 11:52:18 +0000
(13:52 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 10 Sep 2019 20:10:14 +0000
(22:10 +0200)
plugins/m/test/__init__.py
patch
|
blob
|
history
diff --git
a/plugins/m/test/__init__.py
b/plugins/m/test/__init__.py
index 645400f9849fa540753dce9cf36000d32dab3934..4c881c214d03c2d21cbbadc247721247078aeac1 100644
(file)
--- a/
plugins/m/test/__init__.py
+++ b/
plugins/m/test/__init__.py
@@
-42,6
+42,9
@@
class PelicanPluginTestCase(unittest.TestCase):
def run_pelican(self, settings):
implicit_settings = {
+ # Enable this to get proper backtraces
+ #'DEBUG': True,
+
# Contains just stuff that isn't required by the m.css theme itself,
# but is needed to have the test setup working correctly
'RELATIVE_URLS': True,