7 lines
223 B
Python
7 lines
223 B
Python
# coding=utf-8
|
|
from render_alphabetsoup import AlphabetSoup
|
|
from inkex.tester import InkscapeExtensionTestMixin, TestCase
|
|
|
|
|
|
class AlphabetSoupBasicTest(InkscapeExtensionTestMixin, TestCase):
|
|
effect_class = AlphabetSoup
|