diff options
Diffstat (limited to 'share/extensions/tests/test_web_interactive_mockup.py')
-rw-r--r-- | share/extensions/tests/test_web_interactive_mockup.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/extensions/tests/test_web_interactive_mockup.py b/share/extensions/tests/test_web_interactive_mockup.py new file mode 100644 index 0000000..c6de0d4 --- /dev/null +++ b/share/extensions/tests/test_web_interactive_mockup.py @@ -0,0 +1,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')] |