blob: 32f663c2b01cb42c2927a2f1fb21b73bb434a1c8 (
plain)
1
2
3
4
5
6
7
|
# coding=utf-8
from layout_nup import Nup
from inkex.tester import InkscapeExtensionTestMixin, TestCase
class TestNupBasic(InkscapeExtensionTestMixin, TestCase):
effect_class = Nup
|