summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_inkscape_follow_link.py
blob: 5c78438ead505c8aa5defc97ff2240581bc15b1b (plain)
1
2
3
4
5
6
7
# coding=utf-8
from inkscape_follow_link import FollowLink
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase


class TestFollowLinkBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
    effect_class = FollowLink