aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_plugins.py
blob: 6760ad5bc199398ac01024e2e42beaa778e34029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""
Simple plugin tests.

More advanced tests should be in a separate module.
"""


def test_command_version():
    """Test `nikola version`."""
    from nikola.plugins.command.version import CommandVersion

    CommandVersion().execute()


def test_importing_plugin_task_galleries():
    import nikola.plugins.task.galleries  # NOQA