summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_fig_input.py
blob: d2c59ac1402f3900ca2ea3b00e705e70e3c0d468 (plain)
1
2
3
4
5
6
7
8
9
10
# coding=utf-8

from fig_input import FigInput

from inkex.tester import ComparisonMixin, TestCase

class TestFigInput(ComparisonMixin, TestCase):
    effect_class = FigInput
    compare_file = 'io/test.fig'
    comparisons = [()]