summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_render_gears.py
blob: 34b529acea1f3cfd7f0648f6559f46c244e539e8 (plain)
1
2
3
4
5
6
7
8
# coding=utf-8
from render_gears import Gears
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
from inkex.tester.filters import CompareOrderIndependentStyle

class GearsBasicTest(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
    effect_class = Gears
    compare_filters = [CompareOrderIndependentStyle()]