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

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