subways/tests
2023-12-04 19:13:18 +03:00
..
assets process train_station_entrance similar to subway_entrance 2023-12-04 19:13:18 +03:00
__init__.py Add tests on adjusting rails geometry; configure GitHub Actions for the tests 2022-07-13 09:48:53 +03:00
README.md Unify tests 2023-06-05 11:05:51 +03:00
sample_data_for_build_tracks.py Unify tests 2023-06-05 11:05:51 +03:00
sample_data_for_center_calculation.py Unify tests 2023-06-05 11:05:51 +03:00
sample_data_for_error_messages.py Check if stations are missing/differ in backward direction of some route 2023-11-27 16:33:46 +03:00
sample_data_for_outputs.py process train_station_entrance similar to subway_entrance 2023-12-04 19:13:18 +03:00
sample_data_for_twin_routes.py Check if stations are missing/differ in backward direction of some route 2023-11-27 16:33:46 +03:00
test_build_tracks.py Unify tests 2023-06-05 11:05:51 +03:00
test_center_calculation.py Unify tests 2023-06-05 11:05:51 +03:00
test_error_messages.py Check if stations are missing/differ in backward direction of some route 2023-11-27 16:33:46 +03:00
test_gtfs_processor.py process train_station_entrance similar to subway_entrance 2023-12-04 19:13:18 +03:00
test_make_all_metro_poly.py Upgrade shapely dependency to 2.0 2023-05-29 15:43:45 +03:00
test_overpass.py process train_station_entrance similar to subway_entrance 2023-12-04 19:13:18 +03:00
test_prepare_cities.py Upgrade shapely dependency to 2.0 2023-05-29 15:43:45 +03:00
test_projection.py Clean requirements 2023-02-17 14:05:19 +03:00
test_route_master.py Check if stations are missing/differ in backward direction of some route 2023-11-27 16:33:46 +03:00
test_station.py process train_station_entrance similar to subway_entrance 2023-12-04 19:13:18 +03:00
test_storage.py Unify tests 2023-06-05 11:05:51 +03:00
util.py Unify tests 2023-06-05 11:05:51 +03:00

To perform tests manually, run this command from the top directory of the repository:

python -m unittest discover tests

or simply

python -m unittest