1
0
Fork 0
inkscape/share/extensions/tests/test_webslicer_export.py
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

12 lines
349 B
Python

#!/usr/bin/env python3
from webslicer_export import Export
from inkex.tester import ComparisonMixin, TestCase
class TestWebSlicerExportBasic(ComparisonMixin, TestCase):
stderr_protect = False # Cover lack of ImageMagic in CI builder
effect_class = Export
@property
def comparisons(self):
return [("--dir", self.tempdir)]