summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_fig_input.py
blob: f1c17188bc2baa0547956f86ddd115103da68ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 = [()]