Update test_wrapper.py

This commit is contained in:
Akash 2020-08-09 10:53:00 +05:30 committed by GitHub
parent ca9186c301
commit c5de2232ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,17 +74,16 @@ def test_save():
url2 = "ha ha ha ha" url2 = "ha ha ha ha"
waybackpy.Url(url2, user_agent) waybackpy.Url(url2, user_agent)
time.sleep(5) time.sleep(5)
# Test for urls not allowed to archive by robot.txt. # Test for urls not allowed to archive by robot.txt. Doesn't works anymore. Find alternatives.
with pytest.raises(Exception): # with pytest.raises(Exception):
url3 = "http://www.archive.is/faq.html" # url3 = "http://www.archive.is/faq.html"
target = waybackpy.Url( # target = waybackpy.Url(
url3, # url3,
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) " # "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) "
"Gecko/20100101 Firefox/25.0", # "Gecko/20100101 Firefox/25.0",
) # )
target.save() # target.save()
# time.sleep(5)
time.sleep(5)
# Non existent urls, test # Non existent urls, test
with pytest.raises(Exception): with pytest.raises(Exception):
url4 = ( url4 = (