mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 14:06:23 +02:00
Enable icon tests.
This commit is contained in:
parent
bb3e2e3300
commit
c3828ec92f
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ def test_icon_2_extra() -> None:
|
|||
assert len(icon.extra_icons) == 2
|
||||
|
||||
|
||||
def __test_no_icon_1_extra() -> None:
|
||||
def test_no_icon_1_extra() -> None:
|
||||
"""
|
||||
Tags that should be visualized with default main icon and single extra icon.
|
||||
"""
|
||||
|
@ -70,7 +70,7 @@ def __test_no_icon_1_extra() -> None:
|
|||
assert len(icon.extra_icons) == 1
|
||||
|
||||
|
||||
def __test_no_icon_2_extra() -> None:
|
||||
def test_no_icon_2_extra() -> None:
|
||||
"""
|
||||
Tags that should be visualized with default main icon and two extra icons.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue