summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_render_alphabetsoup.py
blob: 44cfcc394592bb7348d07c76c553245eaa73817f (plain)
1
2
3
4
5
6
7
# coding=utf-8
from render_alphabetsoup import AlphabetSoup
from inkex.tester import InkscapeExtensionTestMixin, TestCase


class AlphabetSoupBasicTest(InkscapeExtensionTestMixin, TestCase):
    effect_class = AlphabetSoup