Remove svgicon tests

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2021-03-20 09:22:11 -04:00
parent b5b2d74e13
commit 46f2463ad6
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841
2 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
from gaphor.RAAML.fta.svgicon import draw_svg_icon, load_svg_icon
def test_load_svg_icon():
surface, width, height = load_svg_icon("and.svg")
assert width > 0
assert height > 0
def test_draw_svg_icon():
surface, width, height = load_svg_icon("and.svg")
draw_function = draw_svg_icon(surface)
assert draw_function