summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_hpgl_output.py
blob: c7512dd330568ebf55bf08d1fb6087480027d93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# coding=utf-8
from hpgl_output import HpglOutput
from inkex.tester import ComparisonMixin, TestCase

class HPGLOutputBasicTest(ComparisonMixin, TestCase):
    effect_class = HpglOutput
    compare_file = [
        'svg/shapes.svg',
        'svg/hpgl_multipen.svg'
    ]
    python3_only = True
    comparisons = [()]