Add documentation.

This commit is contained in:
Sergey Vartanov 2022-06-06 09:05:42 +03:00
parent efda73a436
commit 2db6cc8d49
3 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,8 @@
"""
Test icon generation for nodes.
Tests check that for the given node described by tags, Map Machine generates
expected icons with expected colors.
"""
from pathlib import Path
from typing import Optional
@ -166,7 +169,7 @@ def test_icon_regex() -> None:
def test_vending_machine() -> None:
"""
Check that specific vending machines doesn't render with generic icon.
Check that specific vending machines aren't rendered with generic icon.
See https://github.com/enzet/map-machine/issues/132
"""