summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_webslicer_export.py
blob: 62a2e86787581f751bc6107a1cba5df96e605c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
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)]