From 0c922d10970d7b4b4a2d9e1527f30cc90dadaf4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 6 Sep 2019 13:52:18 +0200 Subject: [PATCH] plugins: leave this there commented-out so I don't need to search again. --- plugins/m/test/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.30.2