summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_handles.py
blob: e6492f507cfd936124b61a2c1ddb0a8d778be5de (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
# coding=utf-8
from handles import Handles
from inkex.tester import ComparisonMixin, TestCase


class HandlesBasicTest(ComparisonMixin, TestCase):
    effect_class = Handles
    compare_file = "svg/curves.svg"
    comparisons = (("--id=curve", "--id=quad"),)