summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_setup_typography_canvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/tests/test_setup_typography_canvas.py')
-rw-r--r--share/extensions/tests/test_setup_typography_canvas.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/extensions/tests/test_setup_typography_canvas.py b/share/extensions/tests/test_setup_typography_canvas.py
new file mode 100644
index 0000000..213b955
--- /dev/null
+++ b/share/extensions/tests/test_setup_typography_canvas.py
@@ -0,0 +1,6 @@
+# coding=utf-8
+from setup_typography_canvas import SetupTypographyCanvas
+from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
+
+class TestSetupTypographyCanvasBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
+ effect_class = SetupTypographyCanvas