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.py11
1 files changed, 11 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..f1c1718
--- /dev/null
+++ b/share/extensions/tests/test_fig_input.py
@@ -0,0 +1,11 @@
+# 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 = [()]