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_elevation()[source]

Test the ‘calculate_elevation’ function in the Point class.

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_origin_initialization()[source]

Test case to check the initialization of the Origin class

test_plot_initialization()[source]

Test the initialization of the Plot class

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_gdf()[source]

Test the ‘get_gdf’ function in the Point class.

test_point_get_interactive_map()[source]

Test the ‘get_interactive_map’ function in the Point class.

test_point_get_origin()[source]

Test the ‘get_origin’ function in the Point class.

test_point_get_plot()[source]

Test the ‘get_plot’ 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_get_range_graph()[source]

Test the ‘get_range_graph’ function in the Point class.

test_point_initialization()[source]

Test case to check the initialization of 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_point_plot_network_graph()[source]

Test the ‘plot_network_graph’ function in the Point class.

test_rangefinder_add_edge_colors()[source]

Test the ‘add_edge_colors’ function in the RangeFinder class.

test_rangefinder_add_markers_to_map()[source]

Test the ‘add_markers_to_map’ function in the RangeFinder class.

test_rangefinder_add_points()[source]

Test the ‘add_points’ function in the RangeFinder class.

test_rangefinder_create_interactive_map()[source]
test_rangefinder_get_plots()[source]

Test the ‘get_plots’ function in the RangeFinder class.

test_rangefinder_initialization()[source]

Test the constructor for the RangeFinder class.

Module contents