Add flinger test.

This commit is contained in:
Sergey Vartanov 2021-05-29 15:36:03 +03:00
parent a899706923
commit 867001d797
4 changed files with 49 additions and 5 deletions

View file

@ -4,6 +4,9 @@ Test OSM XML parsing.
import numpy as np
from roentgen.osm_reader import OSMNode, OSMReader, OSMRelation, OSMWay
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
def test_node() -> None:
"""