From a40930043121a4b60de8526d58417761a54ab718 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 13 Feb 2013 18:35:39 -0300 Subject: Imported Upstream version 5.2 --- tests/test_plugin_importing.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/test_plugin_importing.py (limited to 'tests/test_plugin_importing.py') diff --git a/tests/test_plugin_importing.py b/tests/test_plugin_importing.py new file mode 100644 index 0000000..7e1e013 --- /dev/null +++ b/tests/test_plugin_importing.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals, absolute_import + +from context import nikola +import unittest + + +class ImportPluginsTest(unittest.TestCase): + def test_importing_command_import_wordpress(self): + import nikola.plugins.command_import_wordpress + + def test_importing_task_sitemap(self): + import nikola.plugins.task_sitemap.sitemap_gen + + def test_importing_compile_rest(self): + import nikola.plugins.compile_rest \ No newline at end of file -- cgit v1.2.3