summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_webslicer_create_rect.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/tests/test_webslicer_create_rect.py')
-rw-r--r--share/extensions/tests/test_webslicer_create_rect.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/extensions/tests/test_webslicer_create_rect.py b/share/extensions/tests/test_webslicer_create_rect.py
new file mode 100644
index 0000000..807c0fa
--- /dev/null
+++ b/share/extensions/tests/test_webslicer_create_rect.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+from webslicer_create_rect import CreateRect
+from inkex.tester import ComparisonMixin, TestCase
+
+
+class TestWebSlicerCreateRectBasic(ComparisonMixin, TestCase):
+ effect_class = CreateRect