From 35a96bde514a8897f6f0fcc41c5833bf63df2e2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:29:01 +0200 Subject: Adding upstream version 1.0.2. Signed-off-by: Daniel Baumann --- share/extensions/tests/test_handles.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 share/extensions/tests/test_handles.py (limited to 'share/extensions/tests/test_handles.py') diff --git a/share/extensions/tests/test_handles.py b/share/extensions/tests/test_handles.py new file mode 100644 index 0000000..280aeda --- /dev/null +++ b/share/extensions/tests/test_handles.py @@ -0,0 +1,11 @@ +#!/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'), + ) -- cgit v1.2.3