aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-04-22 20:22:47 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-04-22 20:22:47 -0400
commit8eeed31eb2f86ac982fa4b26f93b15828289c56d (patch)
tree2d95f6a10afaeb9f5e25dabde5fe38de3f8458d1 /tests/test_plugins.py
parent3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff)
New upstream version 8.1.3.upstream/8.1.3
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index 6760ad5..bf20a6c 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -14,3 +14,7 @@ def test_command_version():
def test_importing_plugin_task_galleries():
import nikola.plugins.task.galleries # NOQA
+
+
+def test_importing_plugin_compile_pandoc():
+ import nikola.plugins.compile.pandoc # NOQA