summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_jessyink_install.py
blob: f98f7f145aa3a7b06c621620f6ae1a3117cdf6db (plain)
1
2
3
4
5
6
7
# coding=utf-8
from jessyink_install import Install
from inkex.tester import ComparisonMixin, TestCase


class JessyInkInstallBasicTest(ComparisonMixin, TestCase):
    effect_class = Install