ckanext-rating/ckanext/rating/tests/test_plugin.py

5 lines
94 B
Python
Raw Normal View History

2016-11-07 10:45:45 +01:00
"""Tests for plugin.py."""
import ckanext.rating.plugin as plugin
def test_plugin():
pass