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_dhw_input.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 share/extensions/tests/test_dhw_input.py (limited to 'share/extensions/tests/test_dhw_input.py') diff --git a/share/extensions/tests/test_dhw_input.py b/share/extensions/tests/test_dhw_input.py new file mode 100644 index 0000000..cd02ea2 --- /dev/null +++ b/share/extensions/tests/test_dhw_input.py @@ -0,0 +1,18 @@ +# coding=utf-8 + +from dhw_input import DhwInput + +from inkex.tester import ComparisonMixin, TestCase +from inkex.tester.filters import CompareNumericFuzzy + + +class TestDxfInput(ComparisonMixin, TestCase): + effect_class = DhwInput + compare_file = [ + 'io/PAGE_001.DHW', + 'io/PGLT_161.DHW', + 'io/PGLT_162.DHW', + 'io/PGLT_163.DHW', + ] + compare_filters = [CompareNumericFuzzy()] + comparisons = [()] -- cgit v1.2.3