range_finder.tests_range_finder package
Submodules
range_finder.tests_range_finder.test_range_finder module
test_range_finder.py: Tests the functions defined in rangeFinder.py. __author__ = “pankajrsingla”
- test_calculate_elevations()[source]
Test the ‘calculate_elevations’ function in the RangeFinder class.
- test_get_colors()[source]
Test the ‘get_colors’ function to ensure it generates color lists correctly.
- test_point_annotate_node_distances_from_centre()[source]
Test the ‘annotate_node_distances_from_centre’ function in the Point class.
- test_point_annotate_origin_coordinates()[source]
Test the ‘annotate_origin_coordinates’ function in the Point class.
- test_point_annotate_street_names()[source]
Test the ‘annotate_street_names’ function in the Point class.
- test_point_get_interactive_map()[source]
Test the ‘get_interactive_map’ function in the Point class.
- test_point_get_points_in_range()[source]
Test the ‘get_points_in_range’ function in the Point class.
- test_point_is_in_state()[source]
Test the ‘is_in_state’ function to check if a point lies in a state.
- test_rangefinder_add_edge_colors()[source]
Test the ‘add_edge_colors’ function in the RangeFinder class.