diff options
Diffstat (limited to 'share/extensions/tests/test_hpgl_input.py')
-rw-r--r-- | share/extensions/tests/test_hpgl_input.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/extensions/tests/test_hpgl_input.py b/share/extensions/tests/test_hpgl_input.py new file mode 100644 index 0000000..c6700e4 --- /dev/null +++ b/share/extensions/tests/test_hpgl_input.py @@ -0,0 +1,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 = [()] |