Skip to content

Commit

Permalink
cut test
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 19, 2022
1 parent bdf2442 commit 871af2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ def _get_handle(x):
assert _get_handle("CNN") == "cnn"


def test_archive_now_local():
"""Test method that pulls the local datetime."""
data = utils.get_site("latimes")
now = archive._get_now_local(data)
assert now.year == datetime.now().year


def test_archive_metadata():
"""Test the method that creates a metadata dict for uploading to archive.org."""
data = utils.get_site("latimes")
Expand Down

0 comments on commit 871af2a

Please sign in to comment.