7 lines
261 B
Python
7 lines
261 B
Python
# coding=utf-8
|
|
from previous_glyph_layer import PreviousLayer
|
|
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
|
|
|
|
|
|
class TestPreviousLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
|
|
effect_class = PreviousLayer
|