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.py6
1 files changed, 6 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..979d486
--- /dev/null
+++ b/share/extensions/tests/test_webslicer_create_rect.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+from webslicer_create_rect import CreateRect
+from inkex.tester import ComparisonMixin, TestCase
+
+class TestWebSlicerCreateRectBasic(ComparisonMixin, TestCase):
+ effect_class = CreateRect