summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_text_sentencecase.py
blob: 11c43eacd25aacbe83c162f84ebbc051c1600c51 (plain)
1
2
3
4
5
6
7
8
# coding=utf-8
from inkex.tester import ComparisonMixin, TestCase
from text_sentencecase import SentenceCase


class TestSentenceCaseBasic(ComparisonMixin, TestCase):
    effect_class = SentenceCase
    comparisons = [()]