aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_plugin_importing.py
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-05-30 17:41:32 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-05-30 17:41:32 -0300
commit47320d60c110fe6058937f996da750caf669d7ed (patch)
tree73288c7b833daa42ac200025ed41c940cc8a76f9 /tests/test_plugin_importing.py
parent432fee57865e02af455e877a9597ef730397146c (diff)
parentf794eee787e9cde54e6b8f53e45d69c9ddc9936a (diff)
Merge tag 'upstream/5.4.4'
Upstream version 5.4.4
Diffstat (limited to 'tests/test_plugin_importing.py')
-rw-r--r--tests/test_plugin_importing.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_plugin_importing.py b/tests/test_plugin_importing.py
index 1a610bf..677dde8 100644
--- a/tests/test_plugin_importing.py
+++ b/tests/test_plugin_importing.py
@@ -9,8 +9,8 @@ class ImportPluginsTest(unittest.TestCase):
def test_importing_command_import_wordpress(self):
import nikola.plugins.command_import_wordpress # NOQA
- def test_importing_task_sitemap(self):
- import nikola.plugins.task_sitemap.sitemap_gen # NOQA
-
def test_importing_compile_rest(self):
import nikola.plugins.compile_rest # NOQA
+
+ def test_importing_plugin_compile_markdown(self):
+ import nikola.plugins.compile_markdown # NOQA