Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 22, 2022
1 parent d2f14fc commit 3b4e752
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ def test_url_parse():
)


# def test_get_extract():
# """Test the method to pull in an extract CSV."""
# utils.get_extract_df("sites.csv")
def test_get_extract():
"""Test the method to pull in an extract CSV."""
utils.get_extract_df("sites.csv")


# def test_get_url():
# """Test utils for getting data off the web."""
# utils.get_json_url(
# "https://archive.org/download/signalcleveland-2022/signalcleveland-2022-11-17T02%3A50%3A58.280867-05%3A00.wayback.json"
# )
def test_get_url():
"""Test utils for getting data off the web."""
utils.get_json_url(
"https://archive.org/download/signalcleveland-2022/signalcleveland-2022-11-17T02%3A50%3A58.280867-05%3A00.wayback.json"
)

0 comments on commit 3b4e752

Please sign in to comment.