summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_fig_input.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/tests/test_fig_input.py')
-rw-r--r--share/extensions/tests/test_fig_input.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/extensions/tests/test_fig_input.py b/share/extensions/tests/test_fig_input.py
new file mode 100644
index 0000000..d2c59ac
--- /dev/null
+++ b/share/extensions/tests/test_fig_input.py
@@ -0,0 +1,10 @@
+# coding=utf-8
+
+from fig_input import FigInput
+
+from inkex.tester import ComparisonMixin, TestCase
+
+class TestFigInput(ComparisonMixin, TestCase):
+ effect_class = FigInput
+ compare_file = 'io/test.fig'
+ comparisons = [()]