blob: 8551e160d9c2fe5d41689a8b7478ac4c5a88b4da (
plain)
1
2
3
4
5
6
|
# coding=utf-8
from next_glyph_layer import NextLayer
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
class TestNextLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
effect_class = NextLayer
|