blob: 5dacf91d4b94d07703a3199ac25b7ab9f8be1e72 (
plain)
1
2
3
4
5
6
|
# coding=utf-8
from synfig_prepare import SynfigPrep
from inkex.tester import InkscapeExtensionTestMixin, TestCase
class TestSynfigPrepBasic(InkscapeExtensionTestMixin, TestCase):
effect_class = SynfigPrep
|