Skip to content

Commit

Permalink
Add helper functions for URL validation and coordinate extraction in …
Browse files Browse the repository at this point in the history
…test_selenium_utils.
  • Loading branch information
douginoz committed Jun 24, 2024
1 parent e240872 commit 29af000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_selenium_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest
from unittest.mock import MagicMock, patch
from iceicedata.selenium_utils import get_station_id
from iceicedata.helper import validate_url, extract_coordinates, get_station_id_from_url

class TestSeleniumUtils(unittest.TestCase):

Expand Down

0 comments on commit 29af000

Please sign in to comment.