summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_hpgl_input.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/tests/test_hpgl_input.py')
-rw-r--r--share/extensions/tests/test_hpgl_input.py9
1 files changed, 9 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..5f476a9
--- /dev/null
+++ b/share/extensions/tests/test_hpgl_input.py
@@ -0,0 +1,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 = [()]