8 lines
202 B
Python
8 lines
202 B
Python
#!/usr/bin/env python3
|
|
from text_merge import Merge
|
|
from inkex.tester import ComparisonMixin, TestCase
|
|
|
|
|
|
class TestMergeBasic(ComparisonMixin, TestCase):
|
|
effect_class = Merge
|
|
comparisons = [()]
|