summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_hpgl_input.py
blob: 5f476a94029428e3e5e61457ccae2584b55e895e (plain)
1
2
3
4
5
6
7
8
9
# coding=utf-8
from hpgl_input import HpglInput
from inkex.tester import ComparisonMixin, TestCase


class TestHpglFileBasic(ComparisonMixin, TestCase):
    effect_class = HpglInput
    compare_file = "io/test.hpgl"
    comparisons = [()]