7 lines
216 B
Python
7 lines
216 B
Python
# coding=utf-8
|
|
from inkwebeffect import InkWebEffect
|
|
from inkex.tester import InkscapeExtensionTestMixin, TestCase
|
|
|
|
|
|
class InkWebEffectBasicTest(InkscapeExtensionTestMixin, TestCase):
|
|
effect_class = InkWebEffect
|