def test_is_in_range_km(self):
     destination_points_are_within_range = GeoRangeChecker.is_in_range_km(
         self.RANGE_IN_KM, self.ORIGIN_LAT, self.ORIGIN_LON, self.DESTINATION_LAT, self.DESTINATION_LON)
     self.assertTrue(destination_points_are_within_range)
 def test_is_in_range_km(self):
     destination_points_are_within_range = GeoRangeChecker.is_in_range_km(
         self.RANGE_IN_KM, self.ORIGIN_LAT, self.ORIGIN_LON,
         self.DESTINATION_LAT, self.DESTINATION_LON)
     self.assertTrue(destination_points_are_within_range)