summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_setup_typography_canvas.py
blob: 3c2830384daa3895801ce1c906f7545b9b080eff (plain)
1
2
3
4
5
6
7
8
9
10
11
# coding=utf-8
from setup_typography_canvas import SetupTypographyCanvas
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase


class TestSetupTypographyCanvasBasic(
    ComparisonMixin, InkscapeExtensionTestMixin, TestCase
):
    effect_class = SetupTypographyCanvas
    compare_file = ["svg/empty.svg", "svg/shapes.svg"]
    comparisons = [()]