summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_next_glyph_layer.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/tests/test_next_glyph_layer.py')
-rw-r--r--share/extensions/tests/test_next_glyph_layer.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/extensions/tests/test_next_glyph_layer.py b/share/extensions/tests/test_next_glyph_layer.py
new file mode 100644
index 0000000..48126b2
--- /dev/null
+++ b/share/extensions/tests/test_next_glyph_layer.py
@@ -0,0 +1,7 @@
+# coding=utf-8
+from next_glyph_layer import NextLayer
+from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
+
+
+class TestNextLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
+ effect_class = NextLayer