import os import networkx as nx from evrouting.osm import read_osm def test_read_osm(): G: nx.DiGraph = read_osm(os.path.join(os.path.dirname(__file__), 'static/map.osm'))