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