summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_jessyink_effects.py
blob: ab9a719b84beff9606683eb16af2996f2109189e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/en
# coding=utf-8
from jessyink_effects import JessyinkEffects
from inkex.tester import ComparisonMixin, TestCase


class JessyInkEffectsTest(ComparisonMixin, TestCase):
    effect_class = JessyinkEffects
    comparisons = [
        ("--id=p1", "--id=r3", "--effectOutOrder=2"),
        ("--id=p1", "--effectIn=fade", "--effectOut=pop", "--effectOutOrder=2"),
    ]