summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_jessyink_export.py
blob: 3eca7392bae2db5e2a44187007cbe077e1be5196 (plain)
1
2
3
4
5
6
7
8
9
10
# coding=utf-8
from jessyink_export import Export
from inkex.tester import ComparisonMixin, TestCase
from inkex.tester.filters import CompareSize


class JessyInkExportBasicTest(ComparisonMixin, TestCase):
    compare_filters = [CompareSize()]
    effect_class = Export
    comparisons = [("--resolution=1", "--type=png")]