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