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


class JessyInkTransitionsBasicTest(ComparisonMixin, TestCase):
    effect_class = Transitions
    comparisons = [("--layerName", "Slide2")]