From: Vladimír Vondruš Date: Fri, 6 Sep 2019 11:52:18 +0000 (+0200) Subject: plugins: leave this there commented-out so I don't need to search again. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=0c922d10970d7b4b4a2d9e1527f30cc90dadaf4a;p=blog.git plugins: leave this there commented-out so I don't need to search again. --- diff --git a/plugins/m/test/__init__.py b/plugins/m/test/__init__.py index 645400f9..4c881c21 100644 --- 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,