summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_web_interactive_mockup.py
blob: 93d7085785cf9e95d4f39946b8603652e3bbfc64 (plain)
1
2
3
4
5
6
7
8
# coding=utf-8
from web_interactive_mockup import InteractiveMockup
from inkex.tester import ComparisonMixin, TestCase


class TestInkWebInteractiveMockupBasic(ComparisonMixin, TestCase):
    effect_class = InteractiveMockup
    comparisons = [("--id=p1", "--id=r3")]