blob: a252ff339e3b1d1bc24e0a2bd2aadfb712099230 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/en
# coding=utf-8
from jessyink_autotexts import AutoTexts
from inkex.tester import ComparisonMixin, TestCase
class JessyInkAutoTextsBasicTest(ComparisonMixin, TestCase):
effect_class = AutoTexts
comparisons = [("--autoText", "slideTitle", "--id", "t1")]
|