summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/test_next_glyph_layer.py
blob: 48126b28a04d9e40c1878847c7455d7611850ead (plain)
1
2
3
4
5
6
7
# coding=utf-8
from next_glyph_layer import NextLayer
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase


class TestNextLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
    effect_class = NextLayer