gis-ops / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
270 stars 26 forks source link

Rename `test_helper` file #104

Open Ananya2001-an opened 1 year ago

Ananya2001-an commented 1 year ago

We can rename the test_helper.py file in tests dir to something like test_mock.py since it's basically a mock and the helper name is kind of misleading...we already have a test_utils.py file as well. We can also maybe move it to a data folder inside tests like: tests/data/mock.py wdyt?