summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_jessyink_uninstall.py
blob: 6272600d4380f4dc09eb76856799754f15d8fb7c (plain)
1
2
3
4
5
6
7
8
# coding=utf-8
from jessyink_uninstall import Uninstall
from inkex.tester import ComparisonMixin, TestCase


class JessyInkUninstallBasicTest(ComparisonMixin, TestCase):
    effect_class = Uninstall
    comparisons = [()]