From 0c4dfdec5b55b6064dccc38bbfb0a7c0699c895a Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Thu, 30 May 2013 17:41:06 -0300 Subject: Imported Upstream version 5.4.4 --- tests/test_plugin_importing.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_plugin_importing.py') 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 -- cgit v1.2.3