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

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