.. | ||
assets | ||
__init__.py | ||
README.md | ||
sample_data_for_build_tracks.py | ||
sample_data_for_center_calculation.py | ||
sample_data_for_error_messages.py | ||
sample_data_for_outputs.py | ||
sample_data_for_twin_routes.py | ||
test_build_tracks.py | ||
test_center_calculation.py | ||
test_error_messages.py | ||
test_gtfs_processor.py | ||
test_make_all_metro_poly.py | ||
test_prepare_cities.py | ||
test_projection.py | ||
test_route_master.py | ||
test_storage.py | ||
util.py |
To perform tests manually, run this command from the top directory of the repository:
python -m unittest discover tests
or simply
python -m unittest