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_text_flipcase.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 share/extensions/tests/test_text_flipcase.py (limited to 'share/extensions/tests/test_text_flipcase.py') diff --git a/share/extensions/tests/test_text_flipcase.py b/share/extensions/tests/test_text_flipcase.py new file mode 100644 index 0000000..97a89ec --- /dev/null +++ b/share/extensions/tests/test_text_flipcase.py @@ -0,0 +1,7 @@ +# coding=utf-8 +from text_flipcase import FlipCase +from inkex.tester import ComparisonMixin, TestCase + +class TestFlipCaseBasic(ComparisonMixin, TestCase): + effect_class = FlipCase + comparisons = [()] -- cgit v1.2.3