chiark / gitweb /
plugins: leave this there commented-out so I don't need to search again.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 6 Sep 2019 11:52:18 +0000 (13:52 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 20:10:14 +0000 (22:10 +0200)
plugins/m/test/__init__.py

index 645400f9849fa540753dce9cf36000d32dab3934..4c881c214d03c2d21cbbadc247721247078aeac1 100644 (file)
@@ -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,