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_param_curves.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 share/extensions/tests/test_param_curves.py (limited to 'share/extensions/tests/test_param_curves.py') diff --git a/share/extensions/tests/test_param_curves.py b/share/extensions/tests/test_param_curves.py new file mode 100644 index 0000000..f17d375 --- /dev/null +++ b/share/extensions/tests/test_param_curves.py @@ -0,0 +1,8 @@ +# coding=utf-8 +from param_curves import ParamCurves +from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase +from inkex.tester.filters import CompareNumericFuzzy, CompareWithPathSpace + +class TestParamCurvesBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase): + effect_class = ParamCurves + compare_filters = [CompareNumericFuzzy(), CompareWithPathSpace()] -- cgit v1.2.3