We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5707126 commit ecbd755Copy full SHA for ecbd755
functions-python/extract_location/tests/test_geocoding.py
@@ -10,6 +10,7 @@
10
11
12
class TestGeocoding(unittest.TestCase):
13
+ @pytest.mark.skip(reason="no way of currently testing this")
14
def test_reverse_coord(self):
15
lat, lon = 34.0522, -118.2437 # Coordinates for Los Angeles, California, USA
16
result = GeocodedLocation.reverse_coord(lat, lon)
0 commit comments