From 8eeed31eb2f86ac982fa4b26f93b15828289c56d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 22 Apr 2021 20:22:47 -0400 Subject: New upstream version 8.1.3. --- tests/test_plugins.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_plugins.py') 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 -- cgit v1.2.3