diff options
Diffstat (limited to 'share/extensions/tests/test_layout_nup.py')
-rw-r--r-- | share/extensions/tests/test_layout_nup.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/extensions/tests/test_layout_nup.py b/share/extensions/tests/test_layout_nup.py new file mode 100644 index 0000000..32f663c --- /dev/null +++ b/share/extensions/tests/test_layout_nup.py @@ -0,0 +1,7 @@ +# coding=utf-8 +from layout_nup import Nup +from inkex.tester import InkscapeExtensionTestMixin, TestCase + + +class TestNupBasic(InkscapeExtensionTestMixin, TestCase): + effect_class = Nup |