summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_web_interactive_mockup.py
blob: c6de0d498683fc0da03f81a8ec56b83f6ea59763 (plain)
1
2
3
4
5
6
7
# 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')]